/external/google-breakpad/src/processor/ |
D | basic_code_module.h | 62 code_identifier_(that->code_identifier()), in BasicCodeModule() 70 const string &code_identifier, 79 code_identifier_(code_identifier), in base_address_() 96 virtual string code_identifier() const { return code_identifier_; } in code_identifier() function
|
D | stackwalker_unittest_utils.h | 114 string code_identifier() const { return code_file_; } in code_identifier() function
|
D | minidump_unittest.cc | 104 ASSERT_EQ("45D35F6C2d000", md_module->code_identifier()); in TEST_F() 445 ASSERT_EQ("B1054D2Aada542bd", md_unloaded_module->code_identifier()); in TEST() 524 ASSERT_EQ("B1054D2Aada542bd", md_module->code_identifier()); in TEST() 604 md_module->code_identifier()); in TEST() 680 ASSERT_EQ("5fa9cdb4", md_module->code_identifier()); in TEST() 754 md_module->code_identifier()); in TEST()
|
D | fast_source_line_resolver_unittest.cc | 78 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon6912caba0111::TestCodeModule
|
D | minidump.cc | 1967 string MinidumpModule::code_identifier() const { in code_identifier() function in google_breakpad::MinidumpModule 2549 code_identifier().c_str()); in Print() 2785 existing_module.code_identifier() == module.code_identifier()) { in Read() 3696 string MinidumpUnloadedModule::code_identifier() const { in code_identifier() function in google_breakpad::MinidumpUnloadedModule
|
D | basic_source_line_resolver_unittest.cc | 67 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon0712be0e0111::TestCodeModule
|
/external/google-breakpad/src/common/windows/ |
D | pe_util.cc | 231 wchar_t code_identifier[32]; in ReadPEInfo() local 232 swprintf(code_identifier, in ReadPEInfo() 233 sizeof(code_identifier) / sizeof(code_identifier[0]), in ReadPEInfo() 235 info->code_identifier = code_identifier; in ReadPEInfo()
|
D | module_info.h | 70 wstring code_identifier; member
|
D | pe_source_line_writer.cc | 59 pe_info.code_identifier.c_str(), in WriteSymbols()
|
D | pdb_source_line_writer.cc | 770 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 | 64 virtual string code_identifier() const = 0;
|
D | minidump.h | 401 virtual string code_identifier() const; 781 string code_identifier() const override;
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.h | 84 string code_identifier; member
|
D | ms_symbol_server_converter.cc | 398 return LocateFile(missing.code_file, missing.code_identifier, in LocatePEFile()
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 191 optional string code_identifier = 4; field 201 // An identifying string similar to code_identifier, but identifies a 203 // the same as code_identifier when the debug_file and code_file are
|
/external/google-breakpad/src/common/ |
D | module.h | 301 string code_identifier() const { return code_id_; } in code_identifier() function
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | converter.cc | 128 missing_info->code_identifier = tokens[4]; in ParseMissingString() 181 WebSafeBase64Escape(missing_info.code_identifier, &encoded_param); in MissingSymbolInfoToParameters()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 413 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
|