Home
last modified time | relevance | path

Searched refs:EI_MAG3 (Results 1 – 25 of 38) sorted by relevance

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c62 (P)[EI_MAG3] == ELFMAG3) in _libelf_memory()
H A Dlibelf_ehdr.c91 eh->e_ident[EI_MAG3] = ELFMAG3; \
H A Delf_update.c577 (E)->e_ident[EI_MAG3] = ELFMAG3; \ in _libelf_resync_elf()
/dragonfly/sys/sys/
H A Delf_common.h59 #define EI_MAG3 3 /* Magic number, byte 3. */ macro
117 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c96 #define EI_MAG3 3 /* File identification byte 3 index */ macro
368 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
724 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c96 #define EI_MAG3 3 /* File identification byte 3 index */ macro
368 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
723 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c96 #define EI_MAG3 3 /* File identification byte 3 index */ macro
368 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
723 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/dragonfly/contrib/file/src/
H A Dreadelf.h160 #define EI_MAG3 3 macro
H A Dreadelf.c1845 || buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3) in file_tryelf()
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc281 e_ident[elfcpp::EI_MAG3] = elfcpp::ELFMAG3; in write_file_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc281 e_ident[elfcpp::EI_MAG3] = elfcpp::ELFMAG3; in write_file_header()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c285 ehdr.e_ident[EI_MAG3] = ELFMAG3; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c100 #define EI_MAG3 3 /* File identification byte 3 index */ macro
438 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
803 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c100 #define EI_MAG3 3 /* File identification byte 3 index */ macro
438 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
795 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h44 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h44 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c289 ehdr->e_ident[EI_MAG3] = ELFMAG3; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h44 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c97 || elf_header.e_ident[EI_MAG3] != ELFMAG3) in update_elf_header()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c154 #undef EI_MAG3
231 #define EI_MAG3 3 macro
2711 || ehdr.e_ident[EI_MAG3] != ELFMAG3) in elf_add()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c422 || elf_header.e_ident[EI_MAG3] != ELFMAG3) in get_file_header()
/dragonfly/sys/kern/
H A Dkern_checkpoint.c133 ehdr->e_ident[EI_MAG3] == ELFMAG3 && in elf_gethdr()
H A Dimgact_elf.c1348 ehdr->e_ident[EI_MAG3] = ELFMAG3; in __elfN()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h126 _ELF_DEFINE_EI(EI_MAG3, 3, "magic number") \
2448 eh->e_ident[EI_MAG3] = ELFMAG3; \
2739 (P)[EI_MAG3] == ELFMAG3) in _libelf_memory()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h83 const int EI_MAG3 = 3;

12