Searched refs:EI_MAG3 (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp36 if (Data.size() < llvm::ELF::EI_MAG3 + 1) {
/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/contrib/file/src/
H A Dreadelf.h160 #define EI_MAG3 3 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.h131 #define EI_MAG3 3 /* Magic number, byte 3. */ 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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h50 EI_MAG3 = 3, // File identification index. enumerator in enum:llvm::ELF::__anon3063
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c469 ehdr->e_ident[EI_MAG3] = ELFMAG3;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2981 s->Printf("e_ident[EI_MAG3 ] = 0x%2.2x '%c'\n", header.e_ident[EI_MAG3],
2982 header.e_ident[EI_MAG3]);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h509 _ELF_DEFINE_EI(EI_MAG3, 3, "magic number") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp386 Header.e_ident[EI_MAG3] = 'F';
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1705 Ehdr.e_ident[EI_MAG3] = 'F';

Completed in 285 milliseconds