Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <rz_types.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include "decode.h"
#include "../tms320_dasm.h"
Go to the source code of this file.
Macros | |
#define | USE_DECODE |
Functions | |
char * | c55plus_decode (ut32 ins_pos, ut32 *next_ins_pos) |
int | c55x_plus_disassemble (tms320_dasm_t *dasm, const ut8 *buf, int len) |
Variables | |
ut8 * | ins_buff |
ut32 | ins_buff_len |
Definition at line 448 of file c55plus_decode.c.
References do_decode(), free(), get_ins_part(), ins_buff_len, NULL, st32, and strcat_dup().
Referenced by c55x_plus_disassemble().
int c55x_plus_disassemble | ( | tms320_dasm_t * | dasm, |
const ut8 * | buf, | ||
int | len | ||
) |
Definition at line 21 of file c55plus.c.
References c55plus_decode(), free(), i, ins_buff, ins_buff_len, len, tms320_dasm_t::length, snprintf, tms320_dasm_t::syntax, and tolower.
Referenced by tms320_dasm().
|
extern |
Definition at line 6 of file ins.c.
Referenced by c55x_plus_disassemble().
|
extern |
Definition at line 7 of file ins.c.
Referenced by c55x_plus_disassemble().