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

  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 785 // MinidumpMemoryInfo wraps MDRawMemoryInfo, which provides information
790 const MDRawMemoryInfo* info() const { return valid_ ? &memory_info_ : NULL; }
818 MDRawMemoryInfo memory_info_;
822 // mapped memory regions for a process in the form of MDRawMemoryInfo.
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h     [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
minidump_unittest.cc 639 .D32(sizeof(MDRawMemoryInfo)) // size_of_entry
643 // Now add a MDRawMemoryInfo entry.
    [all...]

Completed in 66 milliseconds