Searched defs:cv_record (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dsynth_minidump.cc255 const Section *cv_record,
275 cv_record->CiteLocationIn(this);
248 Module(const Dump &dump, uint64_t base_of_image, uint32_t size_of_image, const String &name, uint32_t time_date_stamp, uint32_t checksum, const MDVSFixedFileInfo &version_info, const Section *cv_record, const Section *misc_record) argument
H A Dminidump.cc1760 Swap(&module_.cv_record);
1799 if (module_.cv_record.data_size && !GetCVRecord(NULL)) {
2084 if (module_.cv_record.data_size == 0) {
2088 if (!minidump_->SeekSet(module_.cv_record.rva)) {
2093 if (module_.cv_record.data_size > max_cv_bytes_) {
2095 module_.cv_record.data_size << " exceeds maximum " <<
2107 scoped_ptr< vector<uint8_t> > cv_record(
2108 new vector<uint8_t>(module_.cv_record.data_size));
2110 if (!minidump_->ReadBytes(&(*cv_record)[0], module_.cv_record
2335 const uint8_t *cv_record = GetCVRecord(&cv_record_size); local
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h388 MDLocationDescriptor cv_record; member in struct:__anon5184
418 /* (MDRawModule).cv_record can reference MDCVInfoPDB20 or MDCVInfoPDB70.

Completed in 125 milliseconds