Searched refs:getSHNDXTable (Results 1 – 6 of 6) sorted by relevance
216 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;217 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section,1106 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section) const { in getSHNDXTable() function1110 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()1115 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
596 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()790 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
262 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
589 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
323 if (Expected<ArrayRef<Elf_Word>> TableOrErr = Obj.getSHNDXTable(Sec)) { in dump()
1899 Obj.getSHNDXTable(Sec)) { in ELFDumper()