Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include <rz_analysis.h>
Go to the source code of this file.
Functions | |
ut32 | get_ins_len (ut8 opcode) |
int | tms320_c55x_plus_op (RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, const ut8 *buf, int len) |
Definition at line 11 of file ins.c.
Referenced by decode_ins(), get_hash_code(), and tms320_c55x_plus_op().
int tms320_c55x_plus_op | ( | RzAnalysis * | analysis, |
RzAnalysisOp * | op, | ||
ut64 | addr, | ||
const ut8 * | buf, | ||
int | len | ||
) |
Definition at line 12 of file analysis_tms320_c55x_plus.c.
References addr, get_ins_len(), len, RZ_ANALYSIS_OP_TYPE_CALL, RZ_ANALYSIS_OP_TYPE_CJMP, RZ_ANALYSIS_OP_TYPE_JMP, RZ_ANALYSIS_OP_TYPE_NOP, RZ_ANALYSIS_OP_TYPE_RET, RZ_ANALYSIS_OP_TYPE_UCALL, RZ_ANALYSIS_OP_TYPE_UNK, st16, and st8.
Referenced by tms320_op().