Searched defs:MappedMemoryRegion (Results 1 – 3 of 3) 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;