/external/google-breakpad/src/processor/ |
D | basic_code_module.h | 61 code_identifier_(that->code_identifier()), in BasicCodeModule() 68 const string &code_identifier, in BasicCodeModule() argument 75 code_identifier_(code_identifier), in BasicCodeModule() 87 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 | fast_source_line_resolver_unittest.cc | 78 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon4a9269d20111::TestCodeModule
|
D | basic_source_line_resolver_unittest.cc | 67 virtual string code_identifier() const { return ""; } in code_identifier() function in __anon188640260111::TestCodeModule
|
D | minidump.cc | 1826 string MinidumpModule::code_identifier() const { in code_identifier() function in google_breakpad::MinidumpModule 2332 code_identifier().c_str()); in Print()
|
/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/common/windows/ |
D | pdb_source_line_writer.cc | 851 info.code_identifier.c_str(), in PrintPEInfo() 1281 wchar_t code_identifier[32]; in GetPEInfo() local 1282 swprintf(code_identifier, in GetPEInfo() 1283 sizeof(code_identifier) / sizeof(code_identifier[0]), in GetPEInfo() 1285 info->code_identifier = code_identifier; in GetPEInfo()
|
D | pdb_source_line_writer.h | 84 wstring code_identifier; member
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | code_module.h | 64 virtual string code_identifier() const = 0;
|
D | minidump.h | 387 virtual string code_identifier() const;
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.h | 84 string code_identifier; member
|
D | ms_symbol_server_converter.cc | 343 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/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
|