| 89 | |
| 90 | |
| 91 | bool RelocationHandler::GetRelocationInfo( |
| 92 | Ref<BinaryView> view, Ref<Architecture> arch, std::vector<BNRelocationInfo>& result) |
| 93 | { |
| 94 | (void)view; |
| 95 | (void)arch; |
| 96 | (void)result; |
| 97 | return false; |
| 98 | } |
| 99 | |
| 100 | |
| 101 | bool RelocationHandler::ApplyRelocation( |
no test coverage detected