Searched refs:ELFMAG3 (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c62 (P)[EI_MAG3] == ELFMAG3)
H A Dlibelf_ehdr.c96 eh->e_ident[EI_MAG3] = ELFMAG3; \
H A Delf_update.c583 (E)->e_ident[EI_MAG3] = ELFMAG3; \
/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.c45 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
/freebsd-13-stable/usr.bin/brandelf/
H A Dbrandelf.c159 buffer[2] != ELFMAG2 || buffer[3] != ELFMAG3) {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h169 #define ELFMAG3 'F' macro
H A Dreadelf.c1791 || buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3)
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c302 ehdr.e_ident[EI_MAG3] = ELFMAG3;
H A Dimgact_elf.c1980 ehdr->e_ident[EI_MAG3] = ELFMAG3;
/freebsd-13-stable/sys/sys/
H A Delf_common.h145 #define ELFMAG3 'F' macro
195 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c284 hdr->kh_ehdr.e_ident[EI_MAG3] = ELFMAG3;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c495 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3;
635 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c469 ehdr->e_ident[EI_MAG3] = ELFMAG3;
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h563 _ELF_DEFINE_EMAG(ELFMAG3, 'F')

Completed in 235 milliseconds