Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc1080 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>( in ParseModuleStream() local
1082 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
1083 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
1093 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()
1103 string filename = full_file.GetAsciiMDString(rawmodule->module_name_rva); in ParseModuleStream()
1108 crashinfo->signatures[rawmodule->base_of_image] = signature; in ParseModuleStream()
1113 rawmodule->base_of_image, in ParseModuleStream()
1114 rawmodule->base_of_image + rawmodule->size_of_image, in ParseModuleStream()
1115 rawmodule->checksum, guid, filename.c_str()); in ParseModuleStream()