代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/163821/5509114
h ld_sysdep.h
/* Various assmbly language/system dependent hacks that are required
so that we can minimize the amount of platform specific code. */
/* Define this if the system uses RELOCA. */
#define ELF_USE
www.eeworm.com/read/350097/3128894
lds bootloader.lds
OUTPUT_FORMAT("elf64-alpha")
ENTRY(__start)
SECTIONS
{
. = 0x20000000;
.text : { *(.text) }
_etext = .;
PROVIDE (etext = .);
.rodata : { *(.rodata) }
.data : { *(.data) CONSTRUCTORS }
.g
www.eeworm.com/read/347503/3168526
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections
www.eeworm.com/read/347503/3168533
t dynamic-sections.t
SECTIONS
{
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-0
www.eeworm.com/read/347503/3169073
d local10.d
#source: local1.s
#source: ext1g.s
#source: start.s
#ld: -m elf64mmix
#error: 254 is not a local register
www.eeworm.com/read/340665/3265658
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections
www.eeworm.com/read/340665/3265662
t dynamic-sections.t
SECTIONS
{
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-0
www.eeworm.com/read/340665/3265961
d local10.d
#source: local1.s
#source: ext1g.s
#source: start.s
#ld: -m elf64mmix
#error: 254 is not a local register
www.eeworm.com/read/340665/3267788
d align-1.d
#objdump: -srt
.*: file format elf64-mmix
SYMBOL TABLE:
0000000000000000 l d \.text 0000000000000000
0000000000000000 l d \.data 0000000000000000
0000000000000000 l d \.bss 0000000
www.eeworm.com/read/340665/3267800
d comment-3.d
#objdump: -srt
.*: file format elf64-mmix
SYMBOL TABLE:
0000000000000000 l d \.text 0000000000000000
0000000000000000 l d \.data 0000000000000000
0000000000000000 l d \.bss 0000000