Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h73 class minidump_size<MDCVInfoPDB70> {
Dminidump_format.h453 } MDCVInfoPDB70; typedef
455 static const size_t MDCVInfoPDB70_minsize = offsetof(MDCVInfoPDB70,
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc451 TypedMDRVA<MDCVInfoPDB70> cv(minidump_writer); in WriteCVRecord()
464 MDCVInfoPDB70 *cv_ptr = cv.get(); in WriteCVRecord()
465 memset(cv_ptr, 0, sizeof(MDCVInfoPDB70)); in WriteCVRecord()
/external/google-breakpad/src/processor/
Dminidump.cc2065 const MDCVInfoPDB70* cv_record_70 = in debug_file()
2066 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_file()
2174 const MDCVInfoPDB70* cv_record_70 = in debug_identifier()
2175 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_identifier()
2319 MDCVInfoPDB70* cv_record_signature = in GetCVRecord()
2320 reinterpret_cast<MDCVInfoPDB70*>(&(*cv_record)[0]); in GetCVRecord()
2337 MDCVInfoPDB70* cv_record_70 = in GetCVRecord()
2338 reinterpret_cast<MDCVInfoPDB70*>(&(*cv_record)[0]); in GetCVRecord()
2555 const MDCVInfoPDB70* cv_record_70 = in Print()
2556 reinterpret_cast<const MDCVInfoPDB70*>(cv_record); in Print()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1424 TypedMDRVA<MDCVInfoPDB70> cv(&writer_); in WriteCVRecord()
1444 MDCVInfoPDB70 *cv_ptr = cv.get(); in WriteCVRecord()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc991 const MDCVInfoPDB70* record = reinterpret_cast<const MDCVInfoPDB70*>( in ParseModuleStream()