Searched refs:ELFMAG2 (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.c95 eh->e_ident[EI_MAG2] = ELFMAG2; \
H A Delf_update.c582 (E)->e_ident[EI_MAG2] = ELFMAG2; \
/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.h168 #define ELFMAG2 'L' macro
H A Dreadelf.c1791 || buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3)
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c301 ehdr.e_ident[EI_MAG2] = ELFMAG2;
H A Dimgact_elf.c1979 ehdr->e_ident[EI_MAG2] = ELFMAG2;
/freebsd-13-stable/sys/sys/
H A Delf_common.h144 #define ELFMAG2 'L' macro
194 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c283 hdr->kh_ehdr.e_ident[EI_MAG2] = ELFMAG2;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c494 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2;
634 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2;
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c468 ehdr->e_ident[EI_MAG2] = ELFMAG2;
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h562 _ELF_DEFINE_EMAG(ELFMAG2, 'L') \

Completed in 281 milliseconds