Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include <rz_util/rz_print.h>
#include <rz_vector.h>
#include "hexagon.h"
#include "hexagon_insn.h"
#include "hexagon_arch.h"
Go to the source code of this file.
Functions | |
static RZ_OWN RzPVector * | get_token_patterns () |
Definition at line 22 of file asm_hexagon.c.
References NULL, RzAsmTokenPattern::pattern, RZ_ASM_TOKEN_META, RZ_ASM_TOKEN_MNEMONIC, RZ_ASM_TOKEN_NUMBER, RZ_ASM_TOKEN_OPERATOR, rz_asm_token_pattern_free(), RZ_ASM_TOKEN_REGISTER, RZ_ASM_TOKEN_SEPARATOR, RZ_NEW0, rz_pvector_new(), rz_pvector_push(), strdup(), and RzAsmTokenPattern::type.