Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1460 const typename ELFT::Ehdr &Ehdr = HeadersFile.getHeader(); in readProgramHeaders() local
1468 PrHdr.OriginalOffset = PrHdr.Offset = PrHdr.VAddr = EhdrOffset + Ehdr.e_phoff; in readProgramHeaders()
1470 PrHdr.FileSize = PrHdr.MemSize = Ehdr.e_phentsize * Ehdr.e_phnum; in readProgramHeaders()
1902 const typename ELFFile<ELFT>::Elf_Ehdr &Ehdr = HeadersFile->getHeader(); in build() local
1903 Obj.OSABI = Ehdr.e_ident[EI_OSABI]; in build()
1904 Obj.ABIVersion = Ehdr.e_ident[EI_ABIVERSION]; in build()
1905 Obj.Type = Ehdr.e_type; in build()
1906 Obj.Machine = Ehdr.e_machine; in build()
1907 Obj.Version = Ehdr.e_version; in build()
1908 Obj.Entry = Ehdr.e_entry; in build()
[all …]
DObject.h326 using Elf_Ehdr = typename ELFT::Ehdr;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformLinux.c172 extern const ElfW(Ehdr) __ehdr_start __attribute__((visibility("hidden"))); in __llvm_write_binary_ids()
173 const ElfW(Ehdr) *ElfHeader = &__ehdr_start; in __llvm_write_binary_ids()
/freebsd-12-stable/sys/sys/
Delf_generic.h68 __ElfType(Ehdr);
/freebsd-12-stable/contrib/elftoolchain/libelf/
Dlibelf_align.c66 [ELF_T_EHDR] = MALIGN(Ehdr),
Delf_types.m442 `EHDR, Ehdr',
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Delf.h37 __sElfN(Ehdr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp53 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
70 ElfHeader.e_ehsize = sizeof(typename ELFT::Ehdr); in initELFHeader()
173 using Elf_Ehdr = typename ELFT::Ehdr;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELFTypes.h59 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; member
115 using Elf_Ehdr = typename ELFT::Ehdr; \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp27 typedef ElfW(Ehdr) Elf_Ehdr;
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp3759 memset(buf, 0, sizeof(typename ELFT::Ehdr)); in writeEhdr()
3762 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeEhdr()
3771 eHdr->e_ehsize = sizeof(typename ELFT::Ehdr); in writeEhdr()
3776 eHdr->e_phoff = sizeof(typename ELFT::Ehdr); in writeEhdr()
3803 return sizeof(typename ELFT::Ehdr); in getSize()
3811 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeTo()
DDriver.cpp2297 Out::elfHeader->size = sizeof(typename ELFT::Ehdr); in link()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp312 extern ElfW(Ehdr) __ehdr_start; in __hwasan_init_static()
Dhwasan_report.cpp271 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1186 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3173 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeadersNumString()
3193 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeaderTableIndexString()