Skip to main content

instr_is_call

Function instr_is_call 

Source
pub unsafe extern "C" fn instr_is_call(instr: *mut instr_t) -> bool_
Expand description

Returns true iff \p instr’s opcode is OP_call, OP_call_far, OP_call_ind, or OP_call_far_ind on x86; OP_bl, OP_blx, or OP_blx_ind on ARM.