Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_lib.h>
#include <rz_flag.h>
#include <rz_analysis.h>
#include <rz_parse.h>
#include "parse_common.c"
Go to the source code of this file.
Functions | |
static RzList * | tms320_tokenize (const char *assembly, size_t length) |
static bool | parse (RzParse *parse, const char *assembly, RzStrBuf *sb) |
Definition at line 116 of file parse_tms320_pseudo.c.
References rz_pseudo_convert(), sb, and tms320_config.
Definition at line 97 of file parse_tms320_pseudo.c.
References free(), length, NULL, rz_str_ndup(), rz_str_split_duplist(), and sp.
RZ_API RzLibStruct rizin_plugin |
Definition at line 127 of file parse_tms320_pseudo.c.
RzParsePlugin rz_parse_plugin_tms320_pseudo |
Definition at line 120 of file parse_tms320_pseudo.c.
|
static |
Definition at line 95 of file parse_tms320_pseudo.c.
Referenced by parse().
|
static |
Definition at line 14 of file parse_tms320_pseudo.c.