Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h301 auto ShndxTable = Obj.getSHNDXTable(Sec); prepare() local
496 auto ShndxTable = ShndxTables.find(SymTabSec); graphifySymbols() local
/llvm-project/llvm/include/llvm/Object/
H A DELF.h542 getExtendedSymbolTableIndex(const typename ELFT::Sym & Sym,unsigned SymIndex,DataRegion<typename ELFT::Word> ShndxTable) getExtendedSymbolTableIndex() argument
560 getSectionIndex(const Elf_Sym & Sym,Elf_Sym_Range Syms,DataRegion<Elf_Word> ShndxTable) getSectionIndex() argument
577 getSection(const Elf_Sym & Sym,const Elf_Shdr * SymTab,DataRegion<Elf_Word> ShndxTable) getSection() argument
587 getSection(const Elf_Sym & Sym,Elf_Sym_Range Symbols,DataRegion<Elf_Word> ShndxTable) getSection() argument
[all...]
H A DELFObjectFile.h642 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
853 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp561 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper() local
963 getFullSymbolName(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic) const getFullSymbolName() argument
4200 getSymbolSectionNdx(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,bool ExtraSymInfo) const getSymbolSectionNdx() argument
4259 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool NonVisibilityBitsUsed,bool ExtraSymInfo) const printSymbol() argument
4323 printHashedSymbol(const Elf_Sym * Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,StringRef StrTable,uint32_t Bucket) printHashedSymbol() argument
4389 DataRegion<Elf_Word> ShndxTable( printHashTableSymbols() local
4453 DataRegion<Elf_Word> ShndxTable( printGnuHashTableSymbols() local
6885 DataRegion<Elf_Word> ShndxTable( printMipsGOT() local
6940 DataRegion<Elf_Word> ShndxTable( printMipsPLT() local
7285 ArrayRef<Elf_Word> ShndxTable = this->getShndxTable(this->DotSymtabSec); printSectionHeaders() local
7380 printSymbol(const Elf_Sym & Symbol,unsigned SymIndex,DataRegion<Elf_Word> ShndxTable,std::optional<StringRef> StrTable,bool IsDynamic,bool,bool) const printSymbol() argument
8198 DataRegion<Elf_Word> ShndxTable( printMipsGOT() local
8237 DataRegion<Elf_Word> ShndxTable( printMipsPLT() local
[all...]
H A DARMEHABIPrinter.h333 ArrayRef<Elf_Word> ShndxTable; variable
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h831 setShndxTable(SectionIndexSection * ShndxTable) setShndxTable() argument