HomeSort by relevance Sort by last modified time
    Searched defs:symbol_file (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/processor/
stack_frame_symbolizer.cc 87 string symbol_file; local
91 module, system_info, &symbol_file, &symbol_data, &symbol_data_size);
fast_source_line_resolver_unittest.cc 180 string symbol_file(int file_index) { function in class:__anon19480::TestFastSourceLineResolver
197 ASSERT_TRUE(basic_resolver.LoadModule(&module1, symbol_file(1)));
205 ASSERT_TRUE(basic_resolver.LoadModule(&module2, symbol_file(2)));
446 ASSERT_TRUE(basic_resolver.LoadModule(&module1, symbol_file(1)));
457 ASSERT_TRUE(basic_resolver.LoadModule(&module1, symbol_file(1)));
477 symbol_file(module_index), &symbol_data, &symbol_data_size));
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 44 // symbol_file: the contents of the breakpad-format symbol file
195 wstring symbol_file; local
197 if (!DumpSymbolsToTempFile(module, &symbol_file, &pdb_info)) {
236 symbol_file, L"symbol_file",
247 _wunlink(symbol_file.c_str());

Completed in 61 milliseconds