Searched refs:getSHNDXTable (Results 1 – 5 of 5) sorted by relevance
262 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;263 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section,1195 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section) const { in getSHNDXTable() function1199 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()1204 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
611 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()819 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
301 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
796 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
1994 Obj.getSHNDXTable(Sec)) { in ELFDumper()