| 7078 | } |
| 7079 | |
| 7080 | bool AddRemoteMemoryRegion(const std::string& name, uint64_t start, FileAccessor* source, uint32_t flags = 0) |
| 7081 | { |
| 7082 | return BNAddRemoteMemoryRegion(m_object, name.c_str(), start, source->GetCallbacks(), flags); |
| 7083 | } |
| 7084 | |
| 7085 | bool RemoveMemoryRegion(const std::string& name) |
| 7086 | { |
nothing calls this directly
no test coverage detected