Lines Matching refs:ELFDumperStyle
130 std::unique_ptr<DumpStyle<ELFT>> ELFDumperStyle; member in __anon79be9f670111::ELFDumper
267 ELFDumperStyle->printSymtabMessage(Obj, SymtabName, Entries); in printSymbolsHelper()
269 ELFDumperStyle->printSymbol(Obj, &Sym, Syms.begin(), StrTable, IsDynamic); in printSymbolsHelper()
1359 ELFDumperStyle.reset(new GNUStyle<ELFT>(Writer, this)); in ELFDumper()
1361 ELFDumperStyle.reset(new LLVMStyle<ELFT>(Writer, this)); in ELFDumper()
1459 ELFDumperStyle->printFileHeaders(Obj); in printFileHeaders()
1464 ELFDumperStyle->printSections(Obj); in printSections()
1469 ELFDumperStyle->printRelocations(Obj); in printRelocations()
1473 ELFDumperStyle->printProgramHeaders(Obj); in printProgramHeaders()
1477 ELFDumperStyle->printDynamicRelocations(Obj); in printDynamicRelocations()
1482 ELFDumperStyle->printSymbols(Obj); in printSymbols()
1487 ELFDumperStyle->printDynamicSymbols(Obj); in printDynamicSymbols()
1491 ELFDumperStyle->printHashHistogram(Obj); in printHashHistogram()
2359 ELFDumperStyle->printGroupSections(Obj); in printGroupSections()