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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c61 (P)[EI_MAG1] == ELFMAG1 && (P)[EI_MAG2] == ELFMAG2 && \
H A Dlibelf_ehdr.c94 eh->e_ident[EI_MAG1] = ELFMAG1; \
H A Delf_update.c581 (E)->e_ident[EI_MAG1] = ELFMAG1; \
/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.h167 #define ELFMAG1 'E' macro
H A Dreadelf.c1790 || (buf[EI_MAG1] != ELFMAG1 && buf[EI_MAG1] != OLFMAG1)
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c300 ehdr.e_ident[EI_MAG1] = ELFMAG1;
H A Dimgact_elf.c1978 ehdr->e_ident[EI_MAG1] = ELFMAG1;
/freebsd-13-stable/sys/sys/
H A Delf_common.h143 #define ELFMAG1 'E' macro
193 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c282 hdr->kh_ehdr.e_ident[EI_MAG1] = ELFMAG1;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c493 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1;
633 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c467 ehdr->e_ident[EI_MAG1] = ELFMAG1;
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h561 _ELF_DEFINE_EMAG(ELFMAG1, 'E') \

Completed in 200 milliseconds