Searched refs:ElfFile (Results 1 – 4 of 4) sorted by relevance
536 const ELFFile<ELFT> &ElfFile = ElfObj.getELFFile(); in buildStub() local538 Expected<Elf_Dyn_Range> DynTable = ElfFile.dynamicEntries(); in buildStub()544 Expected<Elf_Phdr_Range> PHdrs = ElfFile.program_headers(); in buildStub()555 Expected<const uint8_t *> DynStrPtr = ElfFile.toMappedAddr(DynEnt.StrTabAddr); in buildStub()564 DestStub->Arch = ElfFile.getHeader().e_machine; in buildStub()587 Expected<uint64_t> SymCount = ElfFile.getDynSymtabSize(); in buildStub()593 ElfFile.toMappedAddr(DynEnt.DynSymAddr); in buildStub()
1533 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); in initSymbolTable()1537 Expected<StringRef> StrTabData = ElfFile.getStringTableForSymtab(**Shdr); in initSymbolTable()1544 ElfFile.symbols(*Shdr); in initSymbolTable()1563 ElfFile.getSection(SymTab->getShndxTable()->Index); in initSymbolTable()1568 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()1677 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()1688 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()1698 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()1703 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()1708 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()[all …]
946 const ELFFile<ELFT> &ElfFile; variable963 : ElfFile(ElfObj.getELFFile()), Obj(Obj), in ELFBuilder()
258 0 string ElfFile\0 MS Windows