HomeSort by relevance Sort by last modified time
    Searched refs:DumpSymbols (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/common/solaris/
dump_symbols.h 41 class DumpSymbols {
dump_symbols.cc 639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) {
  /external/google-breakpad/src/tools/solaris/dump_syms/
dump_syms.cc 47 DumpSymbols dumper;
  /external/google-breakpad/src/common/mac/
dump_syms.h 34 // dump_syms.h: Declaration of google_breakpad::DumpSymbols, a class for
54 class DumpSymbols {
56 DumpSymbols(SymbolData symbol_data, bool handle_inter_cu_refs)
64 ~DumpSymbols() {
104 // owned by this DumpSymbols instance.
130 // Return an identifier string for the file this DumpSymbols is dumping.
161 // The name of the file this DumpSymbols will actually read debugging
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 33 // Unittests for google_breakpad::DumpSymbols
65 class DumpSymbols : public Test {
81 TEST_F(DumpSymbols, Invalid) {
93 TEST_F(DumpSymbols, SimplePublic32) {
133 TEST_F(DumpSymbols, SimplePublic64) {
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 241 // DumpSymbols enqueues the filepath to have its symbols dumped in the specified
243 func (dq *DumpQueue) DumpSymbols(filepath string, arch string) {
418 fq.dq.DumpSymbols(fp, arch)

Completed in 155 milliseconds