| 113 | |
| 114 | |
| 115 | Ref<LinearViewObject> LinearViewObject::GetNextChild(LinearViewObject* obj) |
| 116 | { |
| 117 | BNLinearViewObject* result = BNGetNextLinearViewObjectChild(m_object, obj->GetObject()); |
| 118 | if (result) |
| 119 | return new LinearViewObject(result); |
| 120 | return nullptr; |
| 121 | } |
| 122 | |
| 123 | |
| 124 | Ref<LinearViewObject> LinearViewObject::GetChildForAddress(uint64_t addr) |