Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h301 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare() local
496 auto ShndxTable = ShndxTables.find(SymTabSec); in graphifySymbols() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h542 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
560 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
577 DataRegion<Elf_Word> ShndxTable) const { in getSection()
587 DataRegion<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h642 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
853 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp561 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper() local
963 const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, in getFullSymbolName()
4200 const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, in getSymbolSectionNdx()
4259 DataRegion<Elf_Word> ShndxTable, in printSymbol()
4323 DataRegion<Elf_Word> ShndxTable, in printHashedSymbol()
4389 DataRegion<Elf_Word> ShndxTable( in printHashTableSymbols() local
4453 DataRegion<Elf_Word> ShndxTable( in printGnuHashTableSymbols() local
6885 DataRegion<Elf_Word> ShndxTable( in printMipsGOT() local
6940 DataRegion<Elf_Word> ShndxTable( in printMipsPLT() local
7285 ArrayRef<Elf_Word> ShndxTable = this->getShndxTable(this->DotSymtabSec); in printSectionHeaders() local
[all …]
H A DARMEHABIPrinter.h333 ArrayRef<Elf_Word> ShndxTable; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h831 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()