Searched defs:symbol_file (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstack_frame_symbolizer.cc87 string symbol_file; local
91 module, system_info, &symbol_file, &symbol_data, &symbol_data_size);
H A Dsimple_symbol_supplier.cc62 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 Dfast_source_line_resolver_unittest.cc180 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));
H A Dminidump_processor_unittest.cc194 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...]
/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc44 // 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 Dms_symbol_server_converter.cc349 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 DType.h29 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 DSymbolContext.cpp511 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); local
512 if (symbol_file)
513 objfile = symbol_file->GetObjectFile();
H A DType.cpp79 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
/external/lldb/source/Core/
H A DModule.cpp1261 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 DCommandObjectTarget.cpp3348 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();

Completed in 248 milliseconds