Searched refs:cv_record (Results 1 – 9 of 9) sorted by relevance
199 cv_record.data_size = 40200 cv_record.rva = 0x132c205 (cv_record).cv_signature = 0x53445352206 (cv_record).signature = 5a9832e5-2872-41c1-838e-d98914e9b7ff207 (cv_record).age = 1208 (cv_record).pdb_file_name = "c:\test_app.pdb"231 cv_record.data_size = 34232 cv_record.rva = 0x1354237 (cv_record).cv_signature = 0x53445352238 (cv_record).signature = 36515fb5-d043-45e4-91f6-72fa2e2878c0[all …]
1760 Swap(&module_.cv_record); in Read()1799 if (module_.cv_record.data_size && !GetCVRecord(NULL)) { in ReadAuxiliaryData()2084 if (module_.cv_record.data_size == 0) { in GetCVRecord()2088 if (!minidump_->SeekSet(module_.cv_record.rva)) { in GetCVRecord()2093 if (module_.cv_record.data_size > max_cv_bytes_) { in GetCVRecord()2095 module_.cv_record.data_size << " exceeds maximum " << in GetCVRecord()2107 scoped_ptr< vector<uint8_t> > cv_record( in GetCVRecord() local2108 new vector<uint8_t>(module_.cv_record.data_size)); in GetCVRecord()2110 if (!minidump_->ReadBytes(&(*cv_record)[0], module_.cv_record.data_size)) { in GetCVRecord()2116 if (module_.cv_record.data_size > sizeof(signature)) { in GetCVRecord()[all …]
255 const Section *cv_record, in Module() argument275 cv_record->CiteLocationIn(this); in Module()
263 const Section *cv_record = NULL,
388 MDLocationDescriptor cv_record; member
463 module->cv_record = cv.location(); in WriteCVRecord()
581 mod.cv_record = cv.location(); in FillRawModule()
1423 module->cv_record = cv.location(); in WriteCVRecord()
812 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()