reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4988 OS << format_hex_no_prefix(Parser.getGotAddress(E), 8 + Bias); 4990 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; 4997 OS << (Parser.IsStatic ? "Static GOT:\n" : "Primary GOT:\n"); 4999 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; 5006 PrintEntry(Parser.getGotLazyResolver(), "Lazy resolver"); 5007 if (Parser.getGotModulePointer()) 5008 PrintEntry(Parser.getGotModulePointer(), "Module pointer (GNU extension)"); 5010 if (!Parser.getLocalEntries().empty()) { 5017 for (auto &E : Parser.getLocalEntries()) 5021 if (Parser.IsStatic) 5024 if (!Parser.getGlobalEntries().empty()) { 5032 for (auto &E : Parser.getGlobalEntries()) { 5033 const Elf_Sym *Sym = Parser.getGotSym(&E); 5038 OS << to_string(format_hex_no_prefix(Parser.getGotAddress(&E), 8 + Bias)); 5040 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; 5048 OS << getSymbolSectionNdx(Parser.Obj, Sym, 5055 if (!Parser.getOtherEntries().empty()) 5057 << Parser.getOtherEntries().size() << "\n";