Searched refs:printSectionHeaders (Results 1 – 10 of 10) sorted by relevance
30 void printSectionHeaders() override;40 template <typename T> void printSectionHeaders(ArrayRef<T> Sections);99 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper101 printSectionHeaders(Obj.sections64()); in printSectionHeaders()103 printSectionHeaders(Obj.sections32()); in printSectionHeaders()527 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
63 void printSectionHeaders() override;154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon4f9191f50111::WasmDumper
33 void printSectionHeaders() override;60 void printSectionHeaders(const MachOObjectFile *Obj);453 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); } in printSectionHeaders() function in MachODumper455 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { in printSectionHeaders() function in MachODumper
43 virtual void printSectionHeaders() = 0;
355 Dumper->printSectionHeaders(); in dumpObject()
86 void printSectionHeaders() override;1359 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
551 void printSectionHeaders() override;667 void printSectionHeaders() override;3600 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in GNUELFDumper6382 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in LLVMELFDumper
134 void printSectionHeaders(const object::ObjectFile *O);
1824 void objdump::printSectionHeaders(const ObjectFile *Obj) { in printSectionHeaders() function in objdump2318 printSectionHeaders(O); in dumpObject()
1962 printSectionHeaders(MachOOF); in ProcessMachO()