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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c60 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \
H A Dlibelf_ehdr.c93 eh->e_ident[EI_MAG0] = ELFMAG0; \
H A Delf_update.c580 (E)->e_ident[EI_MAG0] = ELFMAG0; \
/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.c158 if (buffer[0] != ELFMAG0 || buffer[1] != ELFMAG1 ||
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h166 #define ELFMAG0 0x7f /* EI_MAG */ macro
H A Dreadelf.c1789 if (buf[EI_MAG0] != ELFMAG0
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c299 ehdr.e_ident[EI_MAG0] = ELFMAG0;
H A Dimgact_elf.c1977 ehdr->e_ident[EI_MAG0] = ELFMAG0;
/freebsd-13-stable/sys/sys/
H A Delf_common.h142 #define ELFMAG0 0x7f macro
192 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c281 hdr->kh_ehdr.e_ident[EI_MAG0] = ELFMAG0;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c492 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
632 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c466 ehdr->e_ident[EI_MAG0] = ELFMAG0;
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h560 _ELF_DEFINE_EMAG(ELFMAG0, 0x7FU) \

Completed in 204 milliseconds