Searched refs:getSHNDXTable (Results 1 – 5 of 5) sorted by relevance
305 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;306 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section,1243 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section) const { in getSHNDXTable() function1247 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()1252 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
646 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()857 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
301 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
829 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
1961 Obj.getSHNDXTable(Sec)) { in ELFDumper()