Lines Matching refs:DumpSymbols
123 bool DumpSymbols::Read(const string &filename) { in Read()
212 bool DumpSymbols::SetArchitecture(cpu_type_t cpu_type, in SetArchitecture()
224 bool DumpSymbols::SetArchitecture(const std::string &arch_name) { in SetArchitecture()
234 SuperFatArch* DumpSymbols::FindBestMatchForArchitecture( in FindBestMatchForArchitecture()
285 string DumpSymbols::Identifier() { in Identifier()
311 class DumpSymbols::DumperRangesHandler:
336 class DumpSymbols::DumperLineToModule:
358 bool DumpSymbols::CreateEmptyModule(scoped_ptr<Module>& module) { in CreateEmptyModule()
416 void DumpSymbols::ReadDwarf(google_breakpad::Module *module, in ReadDwarf()
488 bool DumpSymbols::ReadCFI(google_breakpad::Module *module, in ReadCFI()
551 class DumpSymbols::LoadCommandDumper:
556 LoadCommandDumper(const DumpSymbols &dumper, in LoadCommandDumper()
571 const DumpSymbols &dumper_;
578 bool DumpSymbols::LoadCommandDumper::SegmentCommand(const Segment &segment) { in SegmentCommand()
613 bool DumpSymbols::LoadCommandDumper::SymtabCommand(const ByteBuffer &entries, in SymtabCommand()
630 bool DumpSymbols::ReadSymbolData(Module** out_module) { in ReadSymbolData()
656 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) { in WriteSymbolFile()
671 bool DumpSymbols::WriteSymbolFileHeader(std::ostream &stream) { in WriteSymbolFileHeader()