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.cc2073 const MDCVInfoPDB20* cv_record_20 = in debug_file() local
2075 assert(cv_record_20->cv_header.signature == MD_CVINFOPDB20_SIGNATURE); in debug_file()
2078 file = reinterpret_cast<const char*>(cv_record_20->pdb_file_name); in debug_file()
2184 const MDCVInfoPDB20* cv_record_20 = in debug_identifier() local
2186 assert(cv_record_20->cv_header.signature == MD_CVINFOPDB20_SIGNATURE); in debug_identifier()
2192 "%08X%x", cv_record_20->signature, cv_record_20->age); in debug_identifier()
2363 MDCVInfoPDB20* cv_record_20 = in GetCVRecord() local
2365 Swap(&cv_record_20->cv_header.signature); in GetCVRecord()
2366 Swap(&cv_record_20->cv_header.offset); in GetCVRecord()
2367 Swap(&cv_record_20->signature); in GetCVRecord()
[all …]