/external/google-breakpad/src/google_breakpad/processor/ |
H A D | symbol_supplier.h | 51 // symbols were found, and the path has been placed in symbol_file 61 // path in symbol_file if successful. system_info contains strings 64 // fields may be empty if these values are unknown. symbol_file 68 string *symbol_file) = 0; 76 string *symbol_file, 89 string *symbol_file,
|
/external/google-breakpad/src/processor/ |
H A D | simple_symbol_supplier.cc | 62 string *symbol_file) { 63 BPLOG_IF(ERROR, !symbol_file) << "SimpleSymbolSupplier::GetSymbolFile " 64 "requires |symbol_file|"; 65 assert(symbol_file); 66 symbol_file->clear(); 72 symbol_file)) != NOT_FOUND) { 82 string *symbol_file, 88 symbol_file); 90 std::ifstream in(symbol_file->c_str()); 101 string *symbol_file, 60 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file) argument 79 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, string *symbol_data) argument 98 GetCStringSymbolData( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, char **symbol_data, size_t *symbol_data_size) argument 142 GetSymbolFileAtPathFromRoot( const CodeModule *module, const SystemInfo *system_info, const string &root_path, string *symbol_file) argument [all...] |
H A D | simple_symbol_supplier.h | 109 string *symbol_file); 113 string *symbol_file, 120 string *symbol_file, 131 string *symbol_file);
|
H A D | stack_frame_symbolizer.cc | 87 string symbol_file; local 91 module, system_info, &symbol_file, &symbol_data, &symbol_data_size);
|
H A D | stackwalker_unittest_utils.h | 173 string *symbol_file)); 176 string *symbol_file, 180 string *symbol_file,
|
H A D | minidump_processor_unittest.cc | 194 string *symbol_file); 198 string *symbol_file, 203 string *symbol_file, 220 string *symbol_file) { 234 *symbol_file = string(getenv("srcdir") ? getenv("srcdir") : ".") + 247 string *symbol_file, 250 symbol_file); 252 std::ifstream in(symbol_file->c_str()); 264 string *symbol_file, 270 symbol_file, 217 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file) argument 244 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, string *symbol_data) argument 261 GetCStringSymbolData( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, char **symbol_data, size_t *symbol_data_size) argument [all...] |
H A D | fast_source_line_resolver_unittest.cc | 180 string symbol_file(int file_index) { function in class:__anon5228::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/mac/crash_report/ |
H A D | on_demand_symbol_supplier.h | 57 string *symbol_file); 62 string *symbol_file, 68 string *symbol_file,
|
/external/google-breakpad/src/tools/windows/symupload/ |
H A D | 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());
|
/external/google-breakpad/src/tools/windows/converter/ |
H A D | ms_symbol_server_converter.h | 156 // was created. When returning LOCATE_SUCCESS, symbol_file is set to 160 string *symbol_file); 168 // |converted_symbol_file|, |symbol_file|, and |pe_file|. |symbol_file| and 177 string *symbol_file,
|
H A D | ms_symbol_server_converter.cc | 349 string *symbol_file) { 351 missing.version, symbol_file); 437 string *symbol_file, 441 if (symbol_file) { 442 symbol_file->clear(); 451 if (symbol_file && keep_symbol_file) { 452 *symbol_file = pdb_file; 348 LocateSymbolFile(const MissingSymbolInfo &missing, string *symbol_file) argument 432 LocateAndConvertSymbolFile( const MissingSymbolInfo &missing, bool keep_symbol_file, bool keep_pe_file, string *converted_symbol_file, string *symbol_file, string *out_pe_file) argument
|
/external/lldb/include/lldb/Symbol/ |
H A D | Type.h | 29 SymbolFileType (SymbolFile &symbol_file, lldb::user_id_t uid) : argument 31 m_symbol_file (symbol_file) 81 SymbolFile* symbol_file,
|
/external/lldb/source/Symbol/ |
H A D | Type.cpp | 79 SymbolFile* symbol_file, 92 m_symbol_file (symbol_file), 76 Type( lldb::user_id_t uid, SymbolFile* symbol_file, const ConstString &name, uint64_t byte_size, SymbolContextScope *context, user_id_t encoding_uid, EncodingDataType encoding_uid_type, const Declaration& decl, const ClangASTType &clang_type, ResolveState clang_type_resolve_state ) argument
|
H A D | SymbolContext.cpp | 511 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); local 512 if (symbol_file) 513 objfile = symbol_file->GetObjectFile();
|
/external/lldb/source/Core/ |
H A D | Module.cpp | 1261 SymbolFile *symbol_file = m_symfile_ap->GetSymbolFile(); local 1262 if (section_list && symbol_file) 1264 ObjectFile *obj_file = symbol_file->GetObjectFile();
|
/external/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 3348 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); local 3349 if (symbol_file) 3353 FileSpec &symfile_spec = symbol_file->GetObjectFile()->GetFileSpec(); 3363 DumpFullpath (strm, &symbol_file->GetObjectFile()->GetFileSpec(), width); 4365 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); local 4367 if (symbol_file) 4369 ObjectFile *object_file = symbol_file->GetObjectFile();
|