Home
last modified time | relevance | path

Searched defs:ShndxTable (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h287 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare() local
454 auto ShndxTable = ShndxTables.find(SymTabSec); in graphifySymbols() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h415 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
433 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
450 DataRegion<Elf_Word> ShndxTable) const { in getSection()
460 DataRegion<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h593 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
790 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp529 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper() local
884 const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, in getFullSymbolName()
3843 DataRegion<Elf_Word> ShndxTable, in printSymbol()
3905 DataRegion<Elf_Word> ShndxTable, in printHashedSymbol()
3970 DataRegion<Elf_Word> ShndxTable( in printHashTableSymbols() local
4034 DataRegion<Elf_Word> ShndxTable( in printGnuHashTableSymbols() local
6365 DataRegion<Elf_Word> ShndxTable( in printMipsGOT() local
6420 DataRegion<Elf_Word> ShndxTable( in printMipsPLT() local
6713 ArrayRef<Elf_Word> ShndxTable = this->getShndxTable(this->DotSymtabSec); in printSectionHeaders() local
6791 DataRegion<Elf_Word> ShndxTable, in printSymbol()
[all …]
H A DARMEHABIPrinter.h333 ArrayRef<Elf_Word> ShndxTable; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h706 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()