Searched refs:fn_arm_instruction_decode (Results 1 – 3 of 3) sorted by relevance
91 if (callbacks->fn_arm_instruction_decode) in lib_cb_DecodeArmInst()92 return callbacks->fn_arm_instruction_decode(callbacks->lib_context, instr_info); in lib_cb_DecodeArmInst()
173 fnDecodeArmInstCB fn_arm_instruction_decode; /**< Callback to decode an ARM instruction. */ member
422 callbacks.fn_arm_instruction_decode = DecodeArmInstCB; in SetCallbacks()