Searched refs:Ehdr (Results 1 – 16 of 16) sorted by relevance
1460 const typename ELFT::Ehdr &Ehdr = HeadersFile.getHeader(); in readProgramHeaders() local1468 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() local1903 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 …]
326 using Elf_Ehdr = typename ELFT::Ehdr;
172 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()
68 __ElfType(Ehdr);
66 [ELF_T_EHDR] = MALIGN(Ehdr),
42 `EHDR, Ehdr',
37 __sElfN(Ehdr);
53 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;
59 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; member115 using Elf_Ehdr = typename ELFT::Ehdr; \
27 typedef ElfW(Ehdr) Elf_Ehdr;
3759 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()
2297 Out::elfHeader->size = sizeof(typename ELFT::Ehdr); in link()
312 extern ElfW(Ehdr) __ehdr_start; in __hwasan_init_static()
271 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
1186 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion()
3173 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeadersNumString()3193 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeaderTableIndexString()