Searched refs:MDGUID (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 86 } MDGUID; /* GUID */ typedef 449 MDGUID signature; /* GUID, identifies PDB file */ 1091 MDGUID report_id; 1092 MDGUID client_id;
|
/external/google-breakpad/src/common/linux/ |
D | guid_creator.h | 35 typedef MDGUID GUID;
|
D | file_id.cc | 54 const size_t kMDGUIDSize = sizeof(MDGUID);
|
/external/google-breakpad/src/common/solaris/ |
D | guid_creator.h | 37 typedef MDGUID GUID;
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | mapping_info.h | 66 uint8_t second[sizeof(MDGUID)];
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.h | 212 const uint8_t identifier[sizeof(MDGUID)],
|
D | exception_handler.cc | 737 const uint8_t identifier[sizeof(MDGUID)], in AddMappingInfo() argument 750 memcpy(mapping.second, identifier, sizeof(MDGUID)); in AddMappingInfo()
|
D | exception_handler_unittest.cc | 919 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 453 identifier + sizeof(MDGUID)); in DumpModule() 463 MDGUID module_identifier = {}; in DumpModule() 465 std::min(sizeof(MDGUID), identifier_bytes.size())); in DumpModule()
|
D | microdump_writer_unittest.cc | 261 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST() 275 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 135 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST() 182 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST() 429 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST() 487 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST()
|
D | minidump_writer.cc | 642 identifier + sizeof(MDGUID)); in FillRawModule()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 177 inline void Swap(MDGUID* guid) { in Swap() 390 string MDGUIDToString(const MDGUID& uuid) { in MDGUIDToString() 2139 static string guid_and_age_to_debug_id(const MDGUID& guid, in guid_and_age_to_debug_id() 2205 MDGUID guid = {}; in debug_identifier() 2208 sizeof(MDGUID))); in debug_identifier()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 3143 FUNC 9da0 73 0 CreateGUID(MDGUID*) 3168 FUNC 9e20 ad 0 GUIDToString(MDGUID const*, char*, int)
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3230 FUNC a300 73 0 CreateGUID(MDGUID*) 3255 FUNC a380 ad 0 GUIDToString(MDGUID const*, char*, int)
|