Home
last modified time | relevance | path

Searched defs:MappedMemoryRegion (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dproc_maps_linux.h17 struct MappedMemoryRegion { struct
18 enum Permission {
26 uint64_t start;
27 uint64_t end;
30 uint64_t offset;
56 std::vector<MappedMemoryRegion>* regions); argument
/external/cronet/base/debug/
Dproc_maps_linux.h19 struct MappedMemoryRegion { struct
20 enum Permission {
28 uintptr_t start;
29 uintptr_t end;
32 unsigned long long offset;
35 uintptr_t base;
38 uint8_t permissions;
45 std::string path;
/external/libchrome/base/debug/
Dproc_maps_linux.h19 struct MappedMemoryRegion { struct
20 enum Permission {
28 uintptr_t start;
29 uintptr_t end;
32 unsigned long long offset;
35 uintptr_t base;
38 uint8_t permissions;
45 std::string path;