Home
last modified time | relevance | path

Searched refs:ELFMAG2 (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/stand/boot/pc32/btxld/
H A Delfh.c43 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c61 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()
H A Dlibelf_ehdr.c90 eh->e_ident[EI_MAG2] = ELFMAG2; \
/dragonfly/sys/sys/
H A Delf_common.h71 #define ELFMAG2 'L' macro
116 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
/dragonfly/usr.bin/brandelf/
H A Dbrandelf.c129 buffer[2] != ELFMAG2 || buffer[3] != ELFMAG3) { in main()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c94 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
367 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
723 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c94 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
367 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
722 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c94 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
367 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
722 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/dragonfly/contrib/file/src/
H A Dreadelf.h168 #define ELFMAG2 'L' macro
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc280 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2; in write_file_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc280 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2; in write_file_header()
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c284 ehdr.e_ident[EI_MAG2] = ELFMAG2; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c98 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
437 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
802 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c98 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
437 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
794 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h42 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h42 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c288 ehdr->e_ident[EI_MAG2] = ELFMAG2; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h42 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c96 || elf_header.e_ident[EI_MAG2] != ELFMAG2 in update_elf_header()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h303 elfcpp::ELFMAG2, elfcpp::ELFMAG3 in is_elf_file()
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_file.h303 elfcpp::ELFMAG2, elfcpp::ELFMAG3 in is_elf_file()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c421 || elf_header.e_ident[EI_MAG2] != ELFMAG2 in get_file_header()
/dragonfly/sys/kern/
H A Dkern_checkpoint.c132 ehdr->e_ident[EI_MAG2] == ELFMAG2 && in elf_gethdr()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c238 #define ELFMAG2 'L' macro
2710 || ehdr.e_ident[EI_MAG2] != ELFMAG2 in elf_add()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h179 _ELF_DEFINE_EMAG(ELFMAG2, 'L') \
2447 eh->e_ident[EI_MAG2] = ELFMAG2; \
2738 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()

12