|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <common.h>
Public Attributes | |
| union { | |
| struct sh_param_builder_addr_t addr | |
| SHParam param | |
| }; | |
| bool | is_param |
| whether a param was directly passed More... | |
| union { ... } |
| struct sh_param_builder_addr_t sh_param_builder_t::addr |
Definition at line 21 of file common.h.
Referenced by sh_op_compare(), sh_op_get_param(), sh_op_param_bits(), and sh_pb_get_addrmode().
| bool sh_param_builder_t::is_param |
whether a param was directly passed
Definition at line 21 of file common.h.
Referenced by sh_op_compare(), sh_op_get_param(), sh_op_param_bits(), and sh_pb_get_addrmode().
| SHParam sh_param_builder_t::param |
Definition at line 19 of file common.h.
Referenced by sh_op_compare(), sh_op_get_param(), and sh_pb_get_addrmode().