| 1266 | |
| 1267 | |
| 1268 | void Architecture::RegisterRelocationHandler(const string& viewName, RelocationHandler* handler) |
| 1269 | { |
| 1270 | BNArchitectureRegisterRelocationHandler(m_object, viewName.c_str(), handler->GetObject()); |
| 1271 | } |
| 1272 | |
| 1273 | |
| 1274 | Ref<RelocationHandler> Architecture::GetRelocationHandler(const std::string& viewName) |
no test coverage detected