Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_memory.c62 (P)[EI_MAG3] == ELFMAG3) in _libelf_memory()
HDlibelf_ehdr.c91 eh->e_ident[EI_MAG3] = ELFMAG3; \
HDelf_update.c577 (E)->e_ident[EI_MAG3] = ELFMAG3; \ 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.h133 #define ELFMAG3 'F' macro
HDreadelf.c1380 || buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3) in file_tryelf()
/NextBSD/sys/sys/
HDelf_common.h137 #define ELFMAG3 'F' macro
185 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/NextBSD/contrib/binutils/include/elf/
HDcommon.h47 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/NextBSD/sys/kern/
HDkern_dump.c301 ehdr.e_ident[EI_MAG3] = ELFMAG3; in dumpsys_generic()
HDimgact_elf.c1616 ehdr->e_ident[EI_MAG3] = ELFMAG3; in __elfN()
/NextBSD/sys/dev/ksyms/
HDksyms.c257 hdr->kh_ehdr.e_ident[EI_MAG3] = ELFMAG3; in ksyms_snapshot()
/NextBSD/usr.bin/gcore/
HDelfcore.c424 ehdr->e_ident[EI_MAG3] = ELFMAG3; in elf_puthdr()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c539 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3; in dump_elf32()
685 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3; in dump_elf64()
/NextBSD/contrib/binutils/bfd/
HDelfcode.h461 && (x_ehdrp->e_ident[EI_MAG3] == ELFMAG3)); in elf_file_p()
HDelf.c4986 i_ehdrp->e_ident[EI_MAG3] = ELFMAG3; in prep_headers()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h509 _ELF_DEFINE_EMAG(ELFMAG3, 'F')
/NextBSD/contrib/binutils/binutils/
HDreadelf.c3174 || elf_header.e_ident[EI_MAG3] != ELFMAG3) in process_file_header()