Home
last modified time | relevance | path

Searched refs:WriteSymbolFile (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/tools/linux/dump_syms/
Ddump_syms.cc45 using google_breakpad::WriteSymbolFile;
147 if (!WriteSymbolFile(binary, obj_name, obj_os, debug_dirs, options, in main()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.h42 bool WriteSymbolFile(const std::string& obj_file,
Ddump_symbols.cc641 bool DumpSymbols::WriteSymbolFile(const std::string& obj_file, int sym_fd) { in WriteSymbolFile() function in google_breakpad::DumpSymbols
/external/google-breakpad/src/tools/solaris/dump_syms/
Ddump_syms.cc51 if (!dumper.WriteSymbolFile(binary, fileno(stdout))) { in main()
/external/google-breakpad/src/common/linux/
Ddump_symbols.h67 bool WriteSymbolFile(const string& load_path,
Ddump_symbols.cc1286 bool WriteSymbolFile(const string& load_path, in WriteSymbolFile() function