Lines Matching refs:format_decimal
2669 << format_decimal(G.Index, 5) << "] `" << G.Name << "' [" << G.Signature in printGroupSections()
2676 errs() << "Error: section [" << format_decimal(GM.Index, 5) in printGroupSections()
2677 << "] in group section [" << format_decimal(G.Index, 5) in printGroupSections()
2679 << format_decimal(MainGroup->Index, 5) << "]"; in printGroupSections()
2683 OS << " [" << format_decimal(GM.Index, 5) << "] " << GM.Name << "\n"; in printGroupSections()
3065 return to_string(format_decimal(SectionIndex, 3)); in getSymbolSectionNdx()
3095 Num = to_string(format_decimal(Idx++, 6)) + ":"; in printSymbol()
3097 Size = to_string(format_decimal(Symbol->st_size, 5)); in printSymbol()
3136 Num = to_string(format_decimal(Sym, 5)); in printHashedSymbol()
3137 Buc = to_string(format_decimal(Bucket, 3)) + ":"; in printHashedSymbol()
3141 Size = to_string(format_decimal(Symbol->st_size, 5)); in printHashedSymbol()
3983 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
4023 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()