Home
last modified time | relevance | path

Searched refs:getSHNDXTable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h216 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() function
1110 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()
1115 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
H A DELFObjectFile.h596 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()
790 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h262 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp589 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp323 if (Expected<ArrayRef<Elf_Word>> TableOrErr = Obj.getSHNDXTable(Sec)) { in dump()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1899 Obj.getSHNDXTable(Sec)) { in ELFDumper()