Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut64 | off |
ut32 | o |
the assembled instruction More... | |
char | op [128] |
char | opstr [128] |
char * | a [16] |
char* ArmOpcode::a[16] |
Definition at line 18 of file armass.c.
Referenced by arm_assemble(), arm_opcode_parse(), mem_16bit_2reg(), mem_32bit_2reg(), std_16bit_2reg(), std_32bit_2reg(), std_32bit_3reg(), std_opt_2(), std_opt_3(), and thumb_assemble().
ut32 ArmOpcode::o |
the assembled instruction
Definition at line 15 of file armass.c.
Referenced by arm_assemble(), arm_opcode_cond(), armass_assemble(), mem_16bit_2reg(), mem_32bit_2reg(), std_16bit_2reg(), std_32bit_2reg(), std_32bit_3reg(), and thumb_assemble().
ut64 ArmOpcode::off |
Definition at line 14 of file armass.c.
Referenced by arm_assemble(), and armass_assemble().
char ArmOpcode::op[128] |
Definition at line 16 of file armass.c.
Referenced by arm_assemble(), arm_opcode_cond(), arm_opcode_parse(), and thumb_assemble().
char ArmOpcode::opstr[128] |
Definition at line 17 of file armass.c.
Referenced by arm_opcode_parse().