Searched refs:getSymbolSectionNdx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 681 std::string getSymbolSectionNdx(const Elf_Sym &Symbol, unsigned SymIndex, 4199 std::string GNUELFDumper<ELFT>::getSymbolSectionNdx( in getSymbolSectionNdx() function in GNUELFDumper 4310 getSymbolSectionNdx(Symbol, SymIndex, ShndxTable, ExtraSymInfo); in printSymbol() 4347 Fields[7].Str = getSymbolSectionNdx(*Symbol, SymIndex, ShndxTable); in printHashedSymbol() 6904 OS << getSymbolSectionNdx(Sym, &Sym - this->dynamic_symbols().begin(), in printMipsGOT() 6958 OS << getSymbolSectionNdx(Sym, &Sym - this->dynamic_symbols().begin(), in printMipsPLT()
|