Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc799 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>( in ParseModuleStream() local
801 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
802 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
812 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()
822 full_file.GetAsciiMDString(rawmodule->module_name_rva); in ParseModuleStream()
833 crashinfo->signatures[rawmodule->base_of_image] = prefix + basename; in ParseModuleStream()
838 (unsigned long long)rawmodule->base_of_image, in ParseModuleStream()
839 (unsigned long long)rawmodule->base_of_image + in ParseModuleStream()
840 rawmodule->size_of_image, in ParseModuleStream()
841 rawmodule->checksum, guid, filename.c_str()); in ParseModuleStream()