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.h445 } MDCVInfoPDB70; typedef
447 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.cc1903 const MDCVInfoPDB70* cv_record_70 = in debug_file()
1904 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_file()
1984 const MDCVInfoPDB70* cv_record_70 = in debug_identifier()
1985 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_identifier()
2117 MDCVInfoPDB70* cv_record_signature = in GetCVRecord()
2118 reinterpret_cast<MDCVInfoPDB70*>(&(*cv_record)[0]); in GetCVRecord()
2134 MDCVInfoPDB70* cv_record_70 = in GetCVRecord()
2135 reinterpret_cast<MDCVInfoPDB70*>(&(*cv_record)[0]); in GetCVRecord()
2338 const MDCVInfoPDB70* cv_record_70 = in Print()
2339 reinterpret_cast<const MDCVInfoPDB70*>(cv_record); in Print()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1404 TypedMDRVA<MDCVInfoPDB70> cv(&writer_); in WriteCVRecord()
1424 MDCVInfoPDB70 *cv_ptr = cv.get(); in WriteCVRecord()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc811 const MDCVInfoPDB70* record = reinterpret_cast<const MDCVInfoPDB70*>( in ParseModuleStream()