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

Global variables. More...

#include <rz_analysis.h>

Public Attributes

RBNode rb
 RBTree node for address management. More...
 
char * name
 name of the variable More...
 
ut64 addr
 address of the global variable More...
 
RzTypetype
 type of the variable More...
 
RzVector constraints
 
RZ_BORROW RzAnalysisanalysis
 analysis pertaining to this global variable More...
 

Detailed Description

Global variables.

Definition at line 744 of file rz_analysis.h.

Member Data Documentation

◆ addr

◆ analysis

RZ_BORROW RzAnalysis* rz_analysis_var_global_t::analysis

analysis pertaining to this global variable

Definition at line 750 of file rz_analysis.h.

Referenced by rz_analysis_var_global_free(), rz_analysis_var_global_get_flag_item(), rz_analysis_var_global_new(), and rz_analysis_var_global_set_type().

◆ constraints

◆ name

◆ rb

RBNode rz_analysis_var_global_t::rb

RBTree node for address management.

Definition at line 745 of file rz_analysis.h.

◆ type


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