| 1798 | |
| 1799 | |
| 1800 | void BinaryView::DefineRelocation(Architecture* arch, BNRelocationInfo& info, uint64_t target, uint64_t reloc) |
| 1801 | { |
| 1802 | BNDefineRelocation(m_object, arch->GetObject(), &info, target, reloc); |
| 1803 | } |
| 1804 | |
| 1805 | |
| 1806 | void BinaryView::DefineRelocation(Architecture* arch, BNRelocationInfo& info, Ref<Symbol> target, uint64_t reloc) |
no test coverage detected