Lines Matching refs:ElfFile

1538   Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index);  in initSymbolTable()
1542 Expected<StringRef> StrTabData = ElfFile.getStringTableForSymtab(**Shdr); in initSymbolTable()
1549 ElfFile.symbols(*Shdr); in initSymbolTable()
1568 ElfFile.getSection(SymTab->getShndxTable()->Index); in initSymbolTable()
1573 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()
1682 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1693 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()
1713 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1718 if (Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr)) in makeSection()
1735 Expected<ArrayRef<uint8_t>> Data = ElfFile.getSectionContents(Shdr); in makeSection()
1739 Expected<StringRef> Name = ElfFile.getSectionName(Shdr); in makeSection()
1763 ElfFile.sections(); in readSectionHeaders()
1776 Expected<StringRef> SecName = ElfFile.getSectionName(Shdr); in readSectionHeaders()
1793 ArrayRef<uint8_t>(ElfFile.base() + Shdr.sh_offset, in readSectionHeaders()
1801 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections()
1803 Expected<const Elf_Shdr *> Sec = ElfFile.getSection(0); in readSections()
1856 ElfFile.sections(); in readSections()
1864 ElfFile.rels(*Shdr); in readSections()
1872 ElfFile.relas(*Shdr); in readSections()
1898 {ElfFile.base() + EhdrOffset, ElfFile.getBufSize() - EhdrOffset})); in build()