binaryninjacore_sys

Function BNRelocationHandlerGetOperandForExternalRelocation

source
pub unsafe extern "C" fn BNRelocationHandlerGetOperandForExternalRelocation(
    handler: *mut BNRelocationHandler,
    data: *const u8,
    addr: u64,
    length: usize,
    il: *const BNLowLevelILFunction,
    relocation: *mut BNRelocation,
) -> usize