Searched defs:MappedMemoryRegion (Results 1 – 6 of 6) sorted by relevance
17 struct MappedMemoryRegion { struct18 enum Permission {26 uint64_t start;27 uint64_t end;30 uint64_t offset;56 std::vector<MappedMemoryRegion>* regions); argument
19 struct MappedMemoryRegion { struct20 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;
18 struct MappedMemoryRegion { struct19 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;
19 struct BASE_EXPORT MappedMemoryRegion { struct27 MappedMemoryRegion(); argument32 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 …]