Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h75 static size_t size() { return MDCVInfoPDB70_minsize; } in size()
Dminidump_format.h447 static const size_t MDCVInfoPDB70_minsize = offsetof(MDCVInfoPDB70, variable
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc548 uint8_t cv_buf[MDCVInfoPDB70_minsize + NAME_MAX]; in FillRawModule()
574 if (!cv.Allocate(MDCVInfoPDB70_minsize + file_name_len + 1)) in FillRawModule()
579 cv.Copy(cv_buf, MDCVInfoPDB70_minsize + file_name_len + 1); in FillRawModule()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc812 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()
/external/google-breakpad/src/processor/
Dminidump.cc2126 if (MDCVInfoPDB70_minsize > module_.cv_record.data_size) { in GetCVRecord()
2128 MDCVInfoPDB70_minsize << " > " << in GetCVRecord()