Rizin
unix-like reverse engineering framework and cli tools
|
#include "ins.h"
Go to the source code of this file.
Functions | |
ut32 | get_ins_len (ut8 opcode) |
ut32 | get_ins_part (ut32 pos, ut32 len) |
Variables | |
ut8 * | ins_buff = (ut8 *)NULL |
ut32 | ins_buff_len = 0 |
static unsigned int | has_failed = 0 |
char * | ins_str [] |
Definition at line 11 of file ins.c.
Referenced by decode_ins(), get_hash_code(), and tms320_c55x_plus_op().
Definition at line 51 of file ins.c.
References C55PLUS_DEBUG, has_failed, ins_buff, ins_buff_len, len, pos, printf(), and st32.
Referenced by c55plus_decode(), decode_ins(), do_decode(), get_AR_regs_class2(), get_hash_code(), and get_ins_bits().
Definition at line 9 of file ins.c.
Referenced by get_ins_part().
Definition at line 6 of file ins.c.
Referenced by c55x_plus_disassemble(), and get_ins_part().
ut32 ins_buff_len = 0 |
Definition at line 7 of file ins.c.
Referenced by c55plus_decode(), c55x_plus_disassemble(), and get_ins_part().
char* ins_str[] |
Definition at line 76 of file ins.c.
Referenced by decode_ins(), and get_ins_bits().