(&self)
| 192 | } |
| 193 | |
| 194 | pub fn info(&self) -> RelocationInfo { |
| 195 | RelocationInfo::from_raw(unsafe { &BNRelocationGetInfo(self.0) }) |
| 196 | } |
| 197 | |
| 198 | pub fn architecture(&self) -> Option<CoreArchitecture> { |
| 199 | let raw = unsafe { BNRelocationGetArchitecture(self.0) }; |
no outgoing calls
no test coverage detected