Searched refs:EI_MAG2 (Results 1 - 16 of 16) 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/contrib/file/src/
H A Dreadelf.h159 #define EI_MAG2 2 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.h130 #define EI_MAG2 2 /* Magic number, byte 2. */ 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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h49 EI_MAG2 = 2, // File identification index. enumerator in enum:llvm::ELF::__anon3063
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c468 ehdr->e_ident[EI_MAG2] = ELFMAG2;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2979 s->Printf("e_ident[EI_MAG2 ] = 0x%2.2x '%c'\n", header.e_ident[EI_MAG2],
2980 header.e_ident[EI_MAG2]);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h508 _ELF_DEFINE_EI(EI_MAG2, 2, "magic number") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp385 Header.e_ident[EI_MAG2] = 'L';
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1704 Ehdr.e_ident[EI_MAG2] = 'L';

Completed in 363 milliseconds