Searched refs:EI_PAD (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h164 #define EI_PAD 7 macro
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c280 hdr->kh_ehdr.e_ident[EI_PAD] = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h56 EI_PAD = 9, // Start of padding bytes. enumerator in enum:llvm::ELF::__anon3063
/freebsd-13-stable/sys/sys/
H A Delf_common.h138 #define EI_PAD 9 /* Start of padding (per SVR4 ABI). */ macro
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c475 ehdr->e_ident[EI_PAD] = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp432 W.OS.write_zeros(ELF::EI_NIDENT - ELF::EI_PAD);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h515 _ELF_DEFINE_EI(EI_PAD, 9, "padding start") \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2988 s->Printf("e_ident[EI_PAD ] = 0x%2.2x\n", header.e_ident[EI_PAD]);
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c1986 ehdr->e_ident[EI_PAD] = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6122 W.printBinary("Unused", makeArrayRef(E->e_ident).slice(ELF::EI_PAD));

Completed in 285 milliseconds