Home
last modified time | relevance | path

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

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c61 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()
H A Dlibelf_ehdr.c89 eh->e_ident[EI_MAG1] = ELFMAG1; \
H A Delf_update.c575 (E)->e_ident[EI_MAG1] = ELFMAG1; \ in _libelf_resync_elf()
/dragonfly/sys/sys/
H A Delf_common.h57 #define EI_MAG1 1 /* Magic number, byte 1. */ macro
115 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c90 #define EI_MAG1 1 /* File identification byte 1 index */ macro
366 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
722 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c90 #define EI_MAG1 1 /* File identification byte 1 index */ macro
366 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
721 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c90 #define EI_MAG1 1 /* File identification byte 1 index */ macro
366 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
721 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/dragonfly/contrib/file/src/
H A Dreadelf.h158 #define EI_MAG1 1 macro
H A Dreadelf.c1844 || (buf[EI_MAG1] != ELFMAG1 && buf[EI_MAG1] != OLFMAG1) in file_tryelf()
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc279 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c283 ehdr.e_ident[EI_MAG1] = ELFMAG1; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c94 #define EI_MAG1 1 /* File identification byte 1 index */ macro
436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
801 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c94 #define EI_MAG1 1 /* File identification byte 1 index */ macro
436 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
793 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h38 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h38 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c287 ehdr->e_ident[EI_MAG1] = ELFMAG1; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h38 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c95 || elf_header.e_ident[EI_MAG1] != ELFMAG1 in update_elf_header()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c152 #undef EI_MAG1
229 #define EI_MAG1 1 macro
2709 || ehdr.e_ident[EI_MAG1] != ELFMAG1 in elf_add()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c420 || elf_header.e_ident[EI_MAG1] != ELFMAG1 in get_file_header()
/dragonfly/sys/kern/
H A Dkern_checkpoint.c131 ehdr->e_ident[EI_MAG1] == ELFMAG1 && in elf_gethdr()
H A Dimgact_elf.c1346 ehdr->e_ident[EI_MAG1] = ELFMAG1; in __elfN()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h124 _ELF_DEFINE_EI(EI_MAG1, 1, "magic number") \
2446 eh->e_ident[EI_MAG1] = ELFMAG1; \
2738 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h81 const int EI_MAG1 = 1;

12