Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_IPI bool | rz_avr_il_opcode (RzAnalysis *analysis, RzAnalysisOp *op, ut64 pc, AVROp *aop, AVROp *next_op) |
RZ_IPI RzAnalysisILConfig * | rz_avr_il_config (RZ_NONNULL RzAnalysis *analysis) |
RZ_IPI RzAnalysisILConfig* rz_avr_il_config | ( | RZ_NONNULL RzAnalysis * | analysis | ) |
Definition at line 3156 of file avr_il.c.
References AVR_ADDR_SIZE, avr_global_registers, NULL, r, rz_analysis_il_config_new(), and rz_return_val_if_fail.
RZ_IPI bool rz_avr_il_opcode | ( | RzAnalysis * | analysis, |
RzAnalysisOp * | op, | ||
ut64 | pc, | ||
AVROp * | aop, | ||
AVROp * | next_op | ||
) |
Definition at line 3143 of file avr_il.c.
References AVR_OP_SIZE, avr_ops, avr_opcode_t::mnemonic, pc, RZ_LOG_ERROR, and rz_return_val_if_fail.
Referenced by avr_op().