Searched refs:getSHNDXTable (Results 1 – 5 of 5) sorted by relevance
311 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;312 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section,1249 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section) const { in getSHNDXTable() function1253 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()1258 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
652 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()863 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
302 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
794 shndxTable = CHECK2(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
2018 Obj.getSHNDXTable(Sec)) { in ELFDumper()