Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_memory.c61 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \ in _libelf_memory()
HDlibelf_ehdr.c90 eh->e_ident[EI_MAG2] = ELFMAG2; \
HDelf_update.c576 (E)->e_ident[EI_MAG2] = ELFMAG2; \ in _libelf_resync_elf()
/NextBSD/usr.sbin/btxld/
HDelfh.c43 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
/NextBSD/usr.sbin/kgzip/
HDelfhdr.c42 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
/NextBSD/usr.bin/brandelf/
HDbrandelf.c130 buffer[2] != ELFMAG2 || buffer[3] != ELFMAG3) { in main()
/NextBSD/contrib/file/src/
HDreadelf.h132 #define ELFMAG2 'L' macro
HDreadelf.c1380 || buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3) in file_tryelf()
/NextBSD/sys/sys/
HDelf_common.h136 #define ELFMAG2 'L' macro
184 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
/NextBSD/contrib/binutils/include/elf/
HDcommon.h44 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/NextBSD/sys/kern/
HDkern_dump.c300 ehdr.e_ident[EI_MAG2] = ELFMAG2; in dumpsys_generic()
HDimgact_elf.c1615 ehdr->e_ident[EI_MAG2] = ELFMAG2; in __elfN()
/NextBSD/sys/dev/ksyms/
HDksyms.c256 hdr->kh_ehdr.e_ident[EI_MAG2] = ELFMAG2; in ksyms_snapshot()
/NextBSD/usr.bin/gcore/
HDelfcore.c423 ehdr->e_ident[EI_MAG2] = ELFMAG2; in elf_puthdr()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c538 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2; in dump_elf32()
684 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2; in dump_elf64()
/NextBSD/contrib/binutils/bfd/
HDelfcode.h460 && (x_ehdrp->e_ident[EI_MAG2] == ELFMAG2) in elf_file_p()
HDelf.c4985 i_ehdrp->e_ident[EI_MAG2] = ELFMAG2; in prep_headers()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h508 _ELF_DEFINE_EMAG(ELFMAG2, 'L') \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c3173 || elf_header.e_ident[EI_MAG2] != ELFMAG2 in process_file_header()