Home
last modified time | relevance | path

Searched defs:MappedMemoryRegion (Results 1 – 6 of 6) 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/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;
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dproc_maps_linux.h18 struct MappedMemoryRegion { struct
19 enum Permission {
27 uintptr_t start;
28 uintptr_t end;
31 unsigned long long offset;
34 uintptr_t base;
37 uint8_t permissions;
44 std::string path;
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dproc_maps_linux.h18 struct MappedMemoryRegion { struct
19 enum Permission {
27 uintptr_t start;
28 uintptr_t end;
31 unsigned long long offset;
34 uintptr_t base;
37 uint8_t permissions;
44 std::string path;
/external/cronet/tot/base/debug/
Dproc_maps_linux.h19 struct BASE_EXPORT MappedMemoryRegion { struct
27 MappedMemoryRegion(); argument
32 uintptr_t start;
33 uintptr_t end;
36 unsigned long long offset;
39 uintptr_t base;
42 uint8_t permissions;
45 uint8_t dev_major;
46 uint8_t dev_minor;
49 long inode;
[all …]
/external/cronet/stable/base/debug/
Dproc_maps_linux.h19 struct BASE_EXPORT MappedMemoryRegion { struct
27 MappedMemoryRegion(); argument
32 uintptr_t start;
33 uintptr_t end;
36 unsigned long long offset;
39 uintptr_t base;
42 uint8_t permissions;
45 uint8_t dev_major;
46 uint8_t dev_minor;
49 long inode;
[all …]