Rizin
unix-like reverse engineering framework and cli tools
|
Description of the contents of a single IL variable. More...
#include <rz_analysis.h>
Public Attributes | |
RZ_NONNULL const char * | name |
RZ_NONNULL RzILVal * | val |
Description of the contents of a single IL variable.
Definition at line 1104 of file rz_analysis.h.
RZ_NONNULL const char* rz_analysis_il_init_state_var_t::name |
Definition at line 1105 of file rz_analysis.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(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
RZ_NONNULL RzILVal* rz_analysis_il_init_state_var_t::val |
Definition at line 1106 of file rz_analysis.h.