Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp407 std::string getSymbolSectionNdx(const ELFO *Obj, const Elf_Sym *Symbol,
2972 std::string GNUStyle<ELFT>::getSymbolSectionNdx(const ELFO *Obj, in getSymbolSectionNdx() function in GNUStyle
3045 Section = getSymbolSectionNdx(Obj, Symbol, FirstSym); in printSymbol()
3089 Section = getSymbolSectionNdx(Obj, Symbol, FirstSym); in printHashedSymbol()
3879 OS << getSymbolSectionNdx(Parser.Obj, Sym, in printMipsGOT()
3929 OS << getSymbolSectionNdx(Parser.Obj, Sym, in printMipsPLT()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp345 std::string getSymbolSectionNdx(const ELFO *Obj, const Elf_Sym *Symbol,
2728 std::string GNUStyle<ELFT>::getSymbolSectionNdx(const ELFO *Obj, in getSymbolSectionNdx() function in GNUStyle
2800 Section = getSymbolSectionNdx(Obj, Symbol, FirstSym); in printSymbol()