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.cc797 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>( in ParseModuleStream() local
799 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
800 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
810 full_file.GetData(rawmodule->cv_record.rva, MDCVInfoPDB70_minsize)); in ParseModuleStream()
820 full_file.GetAsciiMDString(rawmodule->module_name_rva); in ParseModuleStream()
831 crashinfo->signatures[rawmodule->base_of_image] = prefix + basename; in ParseModuleStream()
836 (unsigned long long)rawmodule->base_of_image, in ParseModuleStream()
837 (unsigned long long)rawmodule->base_of_image + in ParseModuleStream()
838 rawmodule->size_of_image, in ParseModuleStream()
839 rawmodule->checksum, guid, filename.c_str()); in ParseModuleStream()