Home
last modified time | relevance | path

Searched refs:cv_signature (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out205 (cv_record).cv_signature = 0x53445352
237 (cv_record).cv_signature = 0x53445352
269 (cv_record).cv_signature = 0x53445352
301 (cv_record).cv_signature = 0x53445352
333 (cv_record).cv_signature = 0x53445352
365 (cv_record).cv_signature = 0x53445352
397 (cv_record).cv_signature = 0x53445352
429 (cv_record).cv_signature = 0x53445352
461 (cv_record).cv_signature = 0x53445352
493 (cv_record).cv_signature = 0x53445352
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc551 const uint32_t cv_signature = MD_CVINFOPDB70_SIGNATURE; in FillRawModule() local
552 my_memcpy(cv_ptr, &cv_signature, sizeof(cv_signature)); in FillRawModule()
553 cv_ptr += sizeof(cv_signature); in FillRawModule()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h440 uint32_t cv_signature; member
/external/google-breakpad/src/processor/
Dminidump.cc1905 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in debug_file()
1986 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in debug_identifier()
2119 signature = cv_record_signature->cv_signature; in GetCVRecord()
2136 Swap(&cv_record_70->cv_signature); in GetCVRecord()
2340 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in Print()
2343 cv_record_70->cv_signature); in Print()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc466 cv_ptr->cv_signature = MD_CVINFOPDB70_SIGNATURE; in WriteCVRecord()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1425 cv_ptr->cv_signature = MD_CVINFOPDB70_SIGNATURE; in WriteCVRecord()