/external/google-breakpad/src/processor/ |
D | basic_code_module.h | 61 code_identifier_(that->code_identifier()), in BasicCodeModule() 69 const string& code_identifier, 78 code_identifier_(code_identifier), in base_address_() 95 virtual string code_identifier() const { return code_identifier_; } in code_identifier() function
|
D | stackwalker_unittest_utils.h | 113 string code_identifier() const { return code_file_; } in code_identifier() function
|
D | minidump_unittest.cc | 108 ASSERT_EQ("45D35F6C2d000", md_module->code_identifier()); in TEST_F() 485 ASSERT_EQ("B1054D2Aada542bd", md_unloaded_module->code_identifier()); in TEST() 564 ASSERT_EQ("B1054D2Aada542bd", md_module->code_identifier()); in TEST() 644 md_module->code_identifier()); in TEST() 720 ASSERT_EQ("5fa9cdb4", md_module->code_identifier()); in TEST() 794 md_module->code_identifier()); in TEST()
|
D | fast_source_line_resolver_unittest.cc | 80 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon1cba32090111::TestCodeModule
|
D | minidump.cc | 2390 string MinidumpModule::code_identifier() const { in code_identifier() function in google_breakpad::MinidumpModule 2972 code_identifier().c_str()); in Print() 3208 existing_module.code_identifier() == module.code_identifier()) { in Read() 4127 string MinidumpUnloadedModule::code_identifier() const { in code_identifier() function in google_breakpad::MinidumpUnloadedModule
|
D | basic_source_line_resolver_unittest.cc | 69 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon2fa70f3d0111::TestCodeModule
|
/external/google-breakpad/src/common/windows/ |
D | pe_util.cc | 239 wchar_t code_identifier[32]; in ReadPEInfo() local 240 swprintf(code_identifier, in ReadPEInfo() 241 sizeof(code_identifier) / sizeof(code_identifier[0]), in ReadPEInfo() 243 info->code_identifier = code_identifier; in ReadPEInfo()
|
D | module_info.h | 69 wstring code_identifier; member
|
D | pe_source_line_writer.cc | 62 pe_info.code_identifier.c_str(), in WriteSymbols()
|
D | pdb_source_line_writer.cc | 1138 info.code_identifier.c_str(), in PrintPEInfo()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 204 (code_identifier) = "45D35F6C2d000" 236 (code_identifier) = "411096B4b0000" 268 (code_identifier) = "44AB9A84f4000" 300 (code_identifier) = "42E5BE9313d000" 332 (code_identifier) = "411096A79b000" 364 (code_identifier) = "411096AE91000" 396 (code_identifier) = "43B34FEB47000" 428 (code_identifier) = "4226015990000" 460 (code_identifier) = "4110975258000" 492 (code_identifier) = "411096AE1d000" [all …]
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | code_module.h | 63 virtual string code_identifier() const = 0;
|
D | minidump.h | 479 string code_identifier() const override; 859 string code_identifier() const override;
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.h | 83 string code_identifier; member
|
D | ms_symbol_server_converter.cc | 409 return LocateFile(missing.code_file, missing.code_identifier, in LocatePEFile()
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 190 optional string code_identifier = 4; field 200 // An identifying string similar to code_identifier, but identifies a 202 // the same as code_identifier when the debug_file and code_file are
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | converter.cc | 137 missing_info->code_identifier = tokens[4]; in ParseMissingString() 190 WebSafeBase64Escape(missing_info.code_identifier,& encoded_param); in MissingSymbolInfoToParameters()
|
/external/google-breakpad/src/common/ |
D | module.h | 438 string code_identifier() const { return code_id_; } in code_identifier() function
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 418 EXPECT_EQ(build_id, module->code_identifier()); in TEST()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 33047 FUNC 4a154 e 0 google_breakpad::BasicCodeModule::code_identifier 33471 FUNC 4af5c 1dc 0 google_breakpad::MinidumpModule::code_identifier
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 34793 FUNC 6f600 28 0 google_breakpad::BasicCodeModule::code_identifier 35199 FUNC 709c0 214 0 google_breakpad::MinidumpModule::code_identifier
|