Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc1851 cv_record_signature_(MD_CVINFOUNKNOWN_SIGNATURE), in MinidumpModule()
1869 cv_record_signature_ = MD_CVINFOUNKNOWN_SIGNATURE; in Read()
2007 if (cv_record_ && cv_record_signature_ == MD_CVINFOELF_SIGNATURE) { in code_identifier()
2063 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_file()
2071 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_file()
2079 } else if (cv_record_signature_ == MD_CVINFOELF_SIGNATURE) { in debug_file()
2172 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_identifier()
2182 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_identifier()
2194 } else if (cv_record_signature_ == MD_CVINFOELF_SIGNATURE) { in debug_identifier()
2404 cv_record_signature_ = signature; in GetCVRecord()
[all …]
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h488 uint32_t cv_record_signature_; variable