Searched defs:MDRawMiscInfo (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h327 MD_MISC_INFO_STREAM = 15, /* MDRawMiscInfo */
713 uint32_t size_of_info; /* Length of entire MDRawMiscInfo structure. */
768 } MDRawMiscInfo; /* MINIDUMP_MISC_INFO, MINIDUMP_MISC_INFO_2, typedef in typeref:struct:__anon5204
773 offsetof(MDRawMiscInfo, processor_max_mhz);
775 offsetof(MDRawMiscInfo, process_integrity_level);
777 offsetof(MDRawMiscInfo, build_string[0]);
778 static const size_t MD_MISCINFO4_SIZE = sizeof(MDRawMiscInfo);
780 /* For (MDRawMiscInfo).flags1. These values indicate which fields in the

Completed in 49 milliseconds