Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h79 class minidump_size<MDCVInfoELF> {
Dminidump_format.h473 } MDCVInfoELF; typedef
475 static const size_t MDCVInfoELF_minsize = offsetof(MDCVInfoELF,
/external/google-breakpad/src/processor/
Dminidump.cc2008 const MDCVInfoELF* cv_record_elf = in code_identifier()
2009 reinterpret_cast<const MDCVInfoELF*>(&(*cv_record_)[0]); in code_identifier()
2081 assert(reinterpret_cast<const MDCVInfoELF*>(&(*cv_record_)[0])-> in debug_file()
2196 const MDCVInfoELF* cv_record_elf = in debug_identifier()
2197 reinterpret_cast<const MDCVInfoELF*>(&(*cv_record_)[0]); in debug_identifier()
2389 MDCVInfoELF* cv_record_elf = in GetCVRecord()
2390 reinterpret_cast<MDCVInfoELF*>(&(*cv_record)[0]); in GetCVRecord()
2584 const MDCVInfoELF* cv_record_elf = in Print()
2585 reinterpret_cast<const MDCVInfoELF*>(cv_record); in Print()