/netbsd/external/gpl3/gdb/dist/gold/testsuite/ |
H A D | ehdr_start_test.cc | 60 && __ehdr_start[elfcpp::EI_MAG1] == elfcpp::ELFMAG1 in main()
|
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/ |
H A D | ehdr_start_test.cc | 60 && __ehdr_start[elfcpp::EI_MAG1] == elfcpp::ELFMAG1 in main()
|
/netbsd/sys/arch/hpc/stand/hpcboot/ |
H A D | load_elf.h | 56 _eh.e_ident[EI_MAG1] == ELFMAG1 && in is_elf_file()
|
H A D | load.cpp | 59 header.elf.e_ident[EI_MAG1] == ELFMAG1 && in objectFormat()
|
/netbsd/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf_memory.c | 68 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()
|
H A D | libelf_ehdr.c | 108 eh->e_ident[EI_MAG1] = ELFMAG1; \
|
/netbsd/sys/arch/x68k/stand/aout2hux/ |
H A D | aout68k.h | 93 #define ELFMAG1 0x45 /* 'E' */ macro
|
/netbsd/sys/arch/evbmips/loongson/ |
H A D | machdep.c | 287 if (end[0] == ELFMAG0 && end[1] == ELFMAG1 && in mach_init() 297 ssym[0] == ELFMAG0 && ssym[1] == ELFMAG1 && in mach_init()
|
/netbsd/external/bsd/elftosb/dist/common/ |
H A D | ELF.h | 42 ELFMAG1 = 'E', enumerator
|
/netbsd/sys/arch/atari/stand/tostools/libtos/ |
H A D | elf.c | 64 #define ELFMAGIC ((ELFMAG0 << 24) | (ELFMAG1 << 16) | \
|
H A D | exec_elf.h | 135 #define ELFMAG1 'E' macro
|
/netbsd/external/bsd/file/dist/src/ |
H A D | readelf.h | 169 #define ELFMAG1 'E' macro
|
/netbsd/sys/arch/x68k/stand/common/ |
H A D | exec_sub.c | 293 (ELFMAG0<<24 | ELFMAG1<<16 | ELFMAG2<<8 | ELFMAG3) || in xk_load()
|
/netbsd/sys/arch/hppa/stand/xxboot/ |
H A D | main.c | 397 (ELFMAG0 << 24 | ELFMAG1 << 16 | ELFMAG2 << 8 | ELFMAG3) || in xi_load()
|
/netbsd/external/gpl3/gdb/dist/gold/ |
H A D | binary.cc | 279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
|
/netbsd/external/gpl3/binutils/dist/gold/ |
H A D | binary.cc | 279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
|
/netbsd/external/gpl3/binutils.old/dist/gold/ |
H A D | binary.cc | 279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
|
/netbsd/external/gpl3/gdb.old/dist/gold/ |
H A D | binary.cc | 279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
|
/netbsd/external/gpl3/gdb/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/external/gpl3/binutils.old/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/external/gpl3/binutils/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/external/gpl3/gcc.old/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/external/gpl3/gdb.old/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/external/gpl3/gcc/dist/libiberty/ |
H A D | simple-object-elf.c | 95 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match() 801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
|
/netbsd/sys/arch/hppa/stand/mkboot/ |
H A D | mkboot.c | 69 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
|