Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h947 const MDRawMemoryInfo* info() const { return valid_ ? &memory_info_ : NULL; } in info()
975 MDRawMemoryInfo memory_info_;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h924 } MDRawMemoryInfo; /* MINIDUMP_MEMORY_INFO */ typedef
/external/google-breakpad/src/processor/
Dminidump.cc4564 if (header.size_of_entry != sizeof(MDRawMemoryInfo)) { in Read()
4567 sizeof(MDRawMemoryInfo); in Read()
4572 numeric_limits<uint32_t>::max() / sizeof(MDRawMemoryInfo)) { in Read()
4580 header.number_of_entries * sizeof(MDRawMemoryInfo)) { in Read()
4583 header.number_of_entries * sizeof(MDRawMemoryInfo); in Read()
Dminidump_unittest.cc1001 .D32(sizeof(MDRawMemoryInfo)) // size_of_entry in TEST()