Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h311 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() function
1253 return getSHNDXTable(Section, *SectionsOrErr); in getSHNDXTable()
1258 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section, in getSHNDXTable() function
H A DELFObjectFile.h652 EF.getSHNDXTable(*DotSymtabShndxSec)) in getSymbolAddress()
863 EF.getSHNDXTable(*DotSymtabShndxSec); in getSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h302 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp794 shndxTable = CHECK2(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2018 Obj.getSHNDXTable(Sec)) { in ELFDumper()