Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc1911 const MDCVInfoPDB20* cv_record_20 = in debug_file() local
1913 assert(cv_record_20->cv_header.signature == MD_CVINFOPDB20_SIGNATURE); in debug_file()
1916 file = reinterpret_cast<const char*>(cv_record_20->pdb_file_name); in debug_file()
2008 const MDCVInfoPDB20* cv_record_20 = in debug_identifier() local
2010 assert(cv_record_20->cv_header.signature == MD_CVINFOPDB20_SIGNATURE); in debug_identifier()
2016 "%08X%x", cv_record_20->signature, cv_record_20->age); in debug_identifier()
2159 MDCVInfoPDB20* cv_record_20 = in GetCVRecord() local
2161 Swap(&cv_record_20->cv_header.signature); in GetCVRecord()
2162 Swap(&cv_record_20->cv_header.offset); in GetCVRecord()
2163 Swap(&cv_record_20->signature); in GetCVRecord()
[all …]