Searched refs:EI_MAG0 (Results 1 - 18 of 18) 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/contrib/file/src/
H A Dreadelf.h157 #define EI_MAG0 0 /* e_ident[] indexes */ 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/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c277 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
/freebsd-13-stable/sys/sys/
H A Delf_common.h128 #define EI_MAG0 0 /* Magic number, byte 0. */ 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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h47 EI_MAG0 = 0, // File identification index. enumerator in enum:llvm::ELF::__anon3063
/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.h506 _ELF_DEFINE_EI(EI_MAG0, 0, "magic number") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp383 Header.e_ident[EI_MAG0] = 0x7f;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1702 Ehdr.e_ident[EI_MAG0] = 0x7f;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2976 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6099 W.printBinary("Magic", makeArrayRef(E->e_ident).slice(ELF::EI_MAG0, 4));

Completed in 286 milliseconds