Searched refs:getFullSymbolName (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 177 std::string getFullSymbolName(const Elf_Sym *Symbol, StringRef StrTable, 334 Dumper->getFullSymbolName(&Sym, *StrTableOrErr, true /* IsDynamic */); in printVersionSymbolSection() 447 std::string ELFDumper<ELFT>::getFullSymbolName(const Elf_Sym *Symbol, in getFullSymbolName() function in ELFDumper 1276 std::string FullSymbolName = getFullSymbolName(Symbol, StrTable, IsDynamic); in printSymbol() 1963 Dumper->getFullSymbolName(Sym, StrTable, IsDynamic); in printGlobalGotEntry() 1996 std::string FullSymbolName = Dumper->getFullSymbolName(Sym, StrTable, true); in printPLTEntry()
|