Home
last modified time | relevance | path

Searched refs:MDGUID (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h85 } MDGUID; /* GUID */ typedef
473 MDGUID signature; /* GUID, identifies PDB file */
1130 MDGUID report_id;
1131 MDGUID client_id;
/aosp_15_r20/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer.cc464 identifier + sizeof(MDGUID)); in DumpModule()
474 MDGUID module_identifier = {0}; in DumpModule()
476 std::min(sizeof(MDGUID), identifier_bytes.size())); in DumpModule()
H A Dmicrodump_writer_unittest.cc264 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST()
278 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST()
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc140 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST()
187 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST()
434 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST()
492 memcpy(mapping.second, kModuleGUID, sizeof(MDGUID)); in TEST()
H A Dminidump_writer.cc661 identifier + sizeof(MDGUID)); in FillRawModule()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dguid_creator.h34 typedef MDGUID GUID;
H A Dfile_id.cc58 const size_t kMDGUIDSize = sizeof(MDGUID);
/aosp_15_r20/external/google-breakpad/src/common/solaris/
H A Dguid_creator.h36 typedef MDGUID GUID;
/aosp_15_r20/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dmapping_info.h65 uint8_t second[sizeof(MDGUID)];
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc739 const uint8_t identifier[sizeof(MDGUID)], in AddMappingInfo() argument
752 memcpy(mapping.second, identifier, sizeof(MDGUID)); in AddMappingInfo()
H A Dexception_handler.h217 const uint8_t identifier[sizeof(MDGUID)],
H A Dexception_handler_unittest.cc936 const uint8_t kModuleGUID[sizeof(MDGUID)] = { in TEST()
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc190 inline void Swap(MDGUID* guid) { in Swap()
409 string MDGUIDToString(const MDGUID& uuid) { in MDGUIDToString()
2562 static string guid_and_age_to_debug_id(const MDGUID& guid, in guid_and_age_to_debug_id()
2628 MDGUID guid = {0}; in debug_identifier()
2631 sizeof(MDGUID))); in debug_identifier()
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
H A Dnull_read_av.sym3143 FUNC 9da0 73 0 CreateGUID(MDGUID*)
3168 FUNC 9e20 ad 0 GUIDToString(MDGUID const*, char*, int)
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
H A Doverflow.sym3230 FUNC a300 73 0 CreateGUID(MDGUID*)
3255 FUNC a380 ad 0 GUIDToString(MDGUID const*, char*, int)