Home
last modified time | relevance | path

Searched refs:Ehdr (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1459 const typename ELFT::Ehdr &Ehdr = HeadersFile.getHeader(); in readProgramHeaders() local
1469 PrHdr.FileSize = PrHdr.MemSize = Ehdr.e_phentsize * Ehdr.e_phnum; in readProgramHeaders()
1901 Obj.Type = Ehdr.e_type; in build()
1984 std::fill(Ehdr.e_ident, Ehdr.e_ident + 16, 0); in writeEhdr()
1997 Ehdr.e_type = Obj.Type; in writeEhdr()
2004 Ehdr.e_phoff = (Ehdr.e_phnum != 0) ? Obj.ProgramHdrSegment.Offset : 0; in writeEhdr()
2005 Ehdr.e_phentsize = (Ehdr.e_phnum != 0) ? sizeof(Elf_Phdr) : 0; in writeEhdr()
2019 Ehdr.e_shnum = 0; in writeEhdr()
2034 Ehdr.e_shoff = 0; in writeEhdr()
2035 Ehdr.e_shnum = 0; in writeEhdr()
[all …]
H A DELFObject.h326 using Elf_Ehdr = typename ELFT::Ehdr;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c159 extern const ElfW(Ehdr) __ehdr_start __attribute__((visibility("hidden"))); in __llvm_write_binary_ids()
160 const ElfW(Ehdr) *ElfHeader = &__ehdr_start; in __llvm_write_binary_ids()
/freebsd-14.2/sys/sys/
H A Delf_generic.h66 __ElfType(Ehdr);
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_align.c66 [ELF_T_EHDR] = MALIGN(Ehdr),
H A Delf_types.m442 `EHDR, Ehdr',
/freebsd-14.2/sys/cddl/compat/opensolaris/sys/
H A Delf.h35 __sElfN(Ehdr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp52 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
69 ElfHeader.e_ehsize = sizeof(typename ELFT::Ehdr); in initELFHeader()
172 using Elf_Ehdr = typename ELFT::Ehdr;
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1390 uint64_t off = sizeof(typename ELFT::Ehdr); in writeARMCmseImportLib()
1421 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeARMCmseImportLib()
1433 eHdr->e_ehsize = sizeof(typename ELFT::Ehdr); in writeARMCmseImportLib()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp27 typedef ElfW(Ehdr) Elf_Ehdr;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h58 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; member
113 using Elf_Ehdr = typename ELFT::Ehdr; \
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3746 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeEhdr()
3755 eHdr->e_ehsize = sizeof(typename ELFT::Ehdr); in writeEhdr()
3760 eHdr->e_phoff = sizeof(typename ELFT::Ehdr); in writeEhdr()
3787 return sizeof(typename ELFT::Ehdr); in getSize()
3795 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeTo()
H A DWriter.cpp2132 Out::elfHeader->size = sizeof(typename ELFT::Ehdr); in finalizeSections()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp344 extern ElfW(Ehdr) __ehdr_start; in __hwasan_init_static()
H A Dhwasan_report.cpp331 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1233 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3528 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeadersNumString()
3548 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeaderTableIndexString()
3872 const typename ELFT::Ehdr &EHeader) { in printRelocHeaderFields()
3906 const typename ELFT::Ehdr &EHeader) { in isRelocationSec()