Home
last modified time | relevance | path

Searched refs:ELFMAG1 (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.c89 eh->e_ident[EI_MAG1] = ELFMAG1; \
HDelf_update.c575 (E)->e_ident[EI_MAG1] = ELFMAG1; \ 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.c129 if (buffer[0] != ELFMAG0 || buffer[1] != ELFMAG1 || in main()
/NextBSD/contrib/file/src/
HDreadelf.h131 #define ELFMAG1 'E' macro
HDreadelf.c1379 || (buf[EI_MAG1] != ELFMAG1 && buf[EI_MAG1] != OLFMAG1) in file_tryelf()
/NextBSD/sys/sys/
HDelf_common.h135 #define ELFMAG1 'E' macro
183 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/NextBSD/contrib/binutils/include/elf/
HDcommon.h41 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
/NextBSD/sys/kern/
HDkern_dump.c299 ehdr.e_ident[EI_MAG1] = ELFMAG1; in dumpsys_generic()
HDimgact_elf.c1614 ehdr->e_ident[EI_MAG1] = ELFMAG1; in __elfN()
/NextBSD/sys/dev/ksyms/
HDksyms.c255 hdr->kh_ehdr.e_ident[EI_MAG1] = ELFMAG1; in ksyms_snapshot()
/NextBSD/usr.bin/gcore/
HDelfcore.c422 ehdr->e_ident[EI_MAG1] = ELFMAG1; in elf_puthdr()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c537 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf32()
683 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf64()
/NextBSD/contrib/binutils/bfd/
HDelfcode.h459 && (x_ehdrp->e_ident[EI_MAG1] == ELFMAG1) in elf_file_p()
HDelf.c4984 i_ehdrp->e_ident[EI_MAG1] = ELFMAG1; in prep_headers()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h507 _ELF_DEFINE_EMAG(ELFMAG1, 'E') \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c3172 || elf_header.e_ident[EI_MAG1] != ELFMAG1 in process_file_header()