Searched refs:Ehdr (Results 1 – 17 of 17) sorted by relevance
1491 const typename ELFT::Ehdr &Ehdr = HeadersFile.getHeader(); in readProgramHeaders() local1499 PrHdr.OriginalOffset = PrHdr.Offset = PrHdr.VAddr = EhdrOffset + Ehdr.e_phoff; in readProgramHeaders()1501 PrHdr.FileSize = PrHdr.MemSize = Ehdr.e_phentsize * Ehdr.e_phnum; in readProgramHeaders()1937 const typename ELFFile<ELFT>::Elf_Ehdr &Ehdr = HeadersFile->getHeader(); in build() local1938 Obj.Is64Bits = Ehdr.e_ident[EI_CLASS] == ELFCLASS64; in build()1939 Obj.OSABI = Ehdr.e_ident[EI_OSABI]; in build()1940 Obj.ABIVersion = Ehdr.e_ident[EI_ABIVERSION]; in build()1941 Obj.Type = Ehdr.e_type; in build()1942 Obj.Machine = Ehdr.e_machine; in build()1943 Obj.Version = Ehdr.e_version; in build()[all …]
329 using Elf_Ehdr = typename ELFT::Ehdr;
180 extern const ElfW(Ehdr) __ehdr_start __attribute__((visibility("hidden"))); in __llvm_write_binary_ids()181 const ElfW(Ehdr) *ElfHeader = &__ehdr_start; in __llvm_write_binary_ids()
66 __ElfType(Ehdr);
66 [ELF_T_EHDR] = MALIGN(Ehdr),
42 `EHDR, Ehdr',
35 __sElfN(Ehdr);
52 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;
27 typedef ElfW(Ehdr) Elf_Ehdr;
1467 uint64_t off = sizeof(typename ELFT::Ehdr); in writeARMCmseImportLib()1498 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeARMCmseImportLib()1510 eHdr->e_ehsize = sizeof(typename ELFT::Ehdr); in writeARMCmseImportLib()
59 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; member115 using Elf_Ehdr = typename ELFT::Ehdr; \
344 extern ElfW(Ehdr) __ehdr_start; in __hwasan_init_static()
369 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
4365 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeEhdr()4375 eHdr->e_ehsize = sizeof(typename ELFT::Ehdr); in writeEhdr()4380 eHdr->e_phoff = sizeof(typename ELFT::Ehdr); in writeEhdr()4407 return sizeof(typename ELFT::Ehdr); in getSize()4415 auto *eHdr = reinterpret_cast<typename ELFT::Ehdr *>(buf); in writeTo()
1917 Out::elfHeader->size = sizeof(typename ELFT::Ehdr); in finalizeSections()
1302 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion()
3504 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeadersNumString()3524 const typename ELFT::Ehdr &ElfHeader = Obj.getHeader(); in getSectionHeaderTableIndexString()3858 const typename ELFT::Ehdr &EHeader, in printRelocHeaderFields()3885 const typename ELFT::Ehdr &EHeader) { in isRelocationSec()