Rizin
unix-like reverse engineering framework and cli tools
sh_param_builder_t Struct Reference

#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...
 

Detailed Description

Definition at line 15 of file common.h.

Member Data Documentation

◆ 

union { ... }

◆ addr

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().

◆ is_param

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().

◆ param

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().


The documentation for this struct was generated from the following file: