HomeSort by relevance Sort by last modified time
    Searched refs:MDRawSystemInfo (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/processor/
exploitability.cc 66 const MDRawSystemInfo *raw_system_info =
synth_minidump.h 190 const MDRawSystemInfo &system_info,
193 // Stock MDRawSystemInfo information and associated strings, for
195 static const MDRawSystemInfo windows_x86;
minidump_processor.cc 318 // Returns the MDRawSystemInfo from a minidump, or NULL if system info is
321 static const MDRawSystemInfo* GetSystemInfo(Minidump *dump,
333 // Extract CPU info string from ARM-specific MDRawSystemInfo structure.
334 // raw_info: pointer to source MDRawSystemInfo.
336 static void GetARMCpuInfo(const MDRawSystemInfo* raw_info,
464 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info);
548 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info);
676 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, NULL);
    [all...]
synth_minidump.cc 56 const MDRawSystemInfo &system_info,
89 const MDRawSystemInfo SystemInfo::windows_x86 = {
minidump_processor_unittest.cc 297 // MDRawSystemInfo fed to it.
300 explicit TestMinidumpSystemInfo(MDRawSystemInfo info) :
490 MDRawSystemInfo raw_system_info;
590 MDRawSystemInfo raw_system_info;
minidump.cc     [all...]
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 116 const MDRawSystemInfo* raw_info = system_info->system_info();
207 const MDRawSystemInfo* raw_info = system_info->system_info();
297 const MDRawSystemInfo* raw_info = system_info->system_info();
crash_generation_server_test.cc 256 const MDRawSystemInfo* raw_info = system_info->system_info();
335 const MDRawSystemInfo* raw_info = system_info->system_info();
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 668 // MinidumpSystemInfo wraps MDRawSystemInfo and provides information about
674 const MDRawSystemInfo* system_info() const {
703 MDRawSystemInfo system_info_;
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 633 TypedMDRVA<MDRawSystemInfo> si(&minidump_writer_);
636 my_memset(si.get(), 0, sizeof(MDRawSystemInfo));
809 bool WriteCPUInformation(MDRawSystemInfo* sys_info) {
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 312 bool WriteCPUInformation(MDRawSystemInfo *sys_info) {
341 MDRawSystemInfo *sys_info) {
564 TypedMDRVA<MDRawSystemInfo> sys_info(minidump_writer);
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 319 MD_SYSTEM_INFO_STREAM = 7, /* MDRawSystemInfo */
620 } MDRawSystemInfo; /* MINIDUMP_SYSTEM_INFO */
622 /* For (MDRawSystemInfo).processor_architecture: */
644 /* For (MDRawSystemInfo).platform_id: */
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 428 const MDRawSystemInfo* sysinfo = range.GetData<MDRawSystemInfo>(0);
    [all...]

Completed in 192 milliseconds