Rizin
unix-like reverse engineering framework and cli tools
|
#include <sparc.h>
Public Attributes | |
const char * | name |
unsigned long | match |
unsigned long | lose |
const char * | args |
char | flags |
short | architecture |
short sparc_opcode::architecture |
Definition at line 99 of file sparc.h.
Referenced by compare_opcodes(), and print_insn_sparc().
const char* sparc_opcode::args |
Definition at line 96 of file sparc.h.
Referenced by cmd_descs_generate.CmdDesc::__str__(), cmd_descs_generate.CmdDesc::_validate(), compare_opcodes(), and print_insn_sparc().
char sparc_opcode::flags |
Definition at line 98 of file sparc.h.
Referenced by cmd_descs_generate.Arg::__str__(), compare_opcodes(), is_delayed_branch(), and print_insn_sparc().
Definition at line 95 of file sparc.h.
Referenced by compare_opcodes(), is_delayed_branch(), and print_insn_sparc().
Definition at line 94 of file sparc.h.
Referenced by compare_opcodes(), is_delayed_branch(), and print_insn_sparc().
const char* sparc_opcode::name |
Definition at line 93 of file sparc.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), compare_opcodes(), cmd_descs_generate.Detail::get_detail_entries_cname(), print_insn_sparc(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().