(&self, addr: u64)
| 1055 | } |
| 1056 | |
| 1057 | fn function_start_before(&self, addr: u64) -> u64 { |
| 1058 | unsafe { BNGetPreviousFunctionStartBeforeAddress(self.as_ref().handle, addr) } |
| 1059 | } |
| 1060 | |
| 1061 | fn function_start_after(&self, addr: u64) -> u64 { |
| 1062 | unsafe { BNGetNextFunctionStartAfterAddress(self.as_ref().handle, addr) } |
no test coverage detected