Home
last modified time | relevance | path

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

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c60 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \ in _libelf_memory()
H A Dlibelf_ehdr.c88 eh->e_ident[EI_MAG0] = ELFMAG0; \
H A Delf_update.c574 (E)->e_ident[EI_MAG0] = ELFMAG0; \ in _libelf_resync_elf()
/dragonfly/sys/sys/
H A Delf_common.h56 #define EI_MAG0 0 /* Magic number, byte 0. */ macro
114 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c87 #define EI_MAG0 0 /* File identification byte 0 index */ macro
365 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
721 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c87 #define EI_MAG0 0 /* File identification byte 0 index */ macro
365 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
720 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c87 #define EI_MAG0 0 /* File identification byte 0 index */ macro
365 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
720 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/dragonfly/contrib/file/src/
H A Dreadelf.h157 #define EI_MAG0 0 /* e_ident[] indexes */ macro
H A Dreadelf.c1843 if (buf[EI_MAG0] != ELFMAG0 in file_tryelf()
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc278 e_ident[elfcpp::EI_MAG0] = elfcpp::ELFMAG0; in write_file_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc278 e_ident[elfcpp::EI_MAG0] = elfcpp::ELFMAG0; in write_file_header()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c282 ehdr.e_ident[EI_MAG0] = ELFMAG0; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c91 #define EI_MAG0 0 /* File identification byte 0 index */ macro
435 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
800 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c91 #define EI_MAG0 0 /* File identification byte 0 index */ macro
435 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
792 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h35 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h35 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c286 ehdr->e_ident[EI_MAG0] = ELFMAG0; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h35 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c94 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 in update_elf_header()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c151 #undef EI_MAG0
228 #define EI_MAG0 0 macro
2708 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 in elf_add()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c419 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 in get_file_header()
/dragonfly/sys/kern/
H A Dkern_checkpoint.c130 if (!(ehdr->e_ident[EI_MAG0] == ELFMAG0 && in elf_gethdr()
H A Dimgact_elf.c1345 ehdr->e_ident[EI_MAG0] = ELFMAG0; in __elfN()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h123 _ELF_DEFINE_EI(EI_MAG0, 0, "magic number") \
2445 eh->e_ident[EI_MAG0] = ELFMAG0; \
2737 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \ in _libelf_memory()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h80 const int EI_MAG0 = 0;

12