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.cc979 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>( in ParseModuleStream() local
981 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
982 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
992 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()
1002 string filename = full_file.GetAsciiMDString(rawmodule->module_name_rva); in ParseModuleStream()
1007 crashinfo->signatures[rawmodule->base_of_image] = signature; in ParseModuleStream()
1012 rawmodule->base_of_image, in ParseModuleStream()
1013 rawmodule->base_of_image + rawmodule->size_of_image, in ParseModuleStream()
1014 rawmodule->checksum, guid, filename.c_str()); in ParseModuleStream()