Home
last modified time | relevance | path

Searched refs:getSectionNameIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp268 void getSectionNameIndex(const Elf_Sym *Symbol, const Elf_Sym *FirstSym,
789 void ELFDumper<ELFT>::getSectionNameIndex(const Elf_Sym *Symbol, in getSectionNameIndex() function in ELFDumper
4212 this->dumper()->getSectionNameIndex(Symbol, First, SectionName, SectionIndex); in printSymbol()
4466 this->dumper()->getSectionNameIndex( in printMipsGOT()
4516 this->dumper()->getSectionNameIndex( in printMipsPLT()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp710 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, in getSectionNameIndex() function
2122 getSectionNameIndex(*Obj, Sym, Dumper->dynamic_symbols().begin(), in printGlobalGotEntry()
2156 getSectionNameIndex(*Obj, Sym, Dumper->dynamic_symbols().begin(), in printPLTEntry()
3400 getSectionNameIndex(*Obj, Symbol, First, this->dumper()->getShndxTable(), in printSymbol()