Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp232 std::string getFullSymbolName(const Elf_Sym *Symbol, StringRef StrTable,
516 Dumper->getFullSymbolName(&Sym, StrTable, true /* IsDynamic */); in printVersionSymbolSection()
692 std::string ELFDumper<ELFT>::getFullSymbolName(const Elf_Sym *Symbol, in getFullSymbolName() function in ELFDumper
2127 Dumper->getFullSymbolName(Sym, StrTable, IsDynamic); in printGlobalGotEntry()
2160 std::string FullSymbolName = Dumper->getFullSymbolName(Sym, StrTable, true); in printPLTEntry()
2801 Name = this->dumper()->getFullSymbolName(Symbol, StrTable, IsDynamic); in printSymbol()
3403 this->dumper()->getFullSymbolName(Symbol, StrTable, IsDynamic); in printSymbol()