IDAPython 9.0
Loading...
Searching...
No Matches
lvars_t Class Reference
Inheritance diagram for lvars_t:
qvector_lvar_t

Public Member Functions

int find_input_lvar (self, 'vdloc_t' argloc, int _size)
 
int find_input_reg (self, int reg, int _size=1)
 
int find_stkvar (self, int spoff, int width)
 
'lvar_t *' find (self, 'lvar_locator_t' ll)
 
int find_lvar (self, 'vdloc_t' location, int width, int defblk=-1)
 
 __init__ (self)
 
- Public Member Functions inherited from qvector_lvar_t
'lvar_t &' push_back (self, *args)
 
None pop_back (self)
 
'size_t' size (self)
 
bool empty (self)
 
'lvar_t const &' at (self, 'size_t' _idx)
 
None qclear (self)
 
None clear (self)
 
None resize (self, *args)
 
None grow (self, *args)
 
'size_t' capacity (self)
 
None reserve (self, 'size_t' cnt)
 
None truncate (self)
 
None swap (self, 'qvector_lvar_t' r)
 
'lvar_t *' extract (self)
 
None inject (self, 'lvar_t' s, 'size_t' len)
 
bool __eq__ (self, 'qvector_lvar_t' r)
 
bool __ne__ (self, 'qvector_lvar_t' r)
 
'qvector< lvar_t >::const_iterator' begin (self, *args)
 
'qvector< lvar_t >::const_iterator' end (self, *args)
 
'qvector< lvar_t >::iterator' insert (self, 'lvar_t' it, 'lvar_t' x)
 
'qvector< lvar_t >::iterator' erase (self, *args)
 
bool has (self, 'lvar_t' x)
 
bool add_unique (self, 'lvar_t' x)
 
'size_t' __len__ (self)
 
'lvar_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'lvar_t' v)
 
None append (self, 'lvar_t' x)
 
None extend (self, 'qvector_lvar_t' x)
 

Properties

 thisown
 
- Properties inherited from qvector_lvar_t
 thisown
 

Additional Inherited Members

- Static Public Attributes inherited from qvector_lvar_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from qvector_lvar_t
bool _del (self, 'lvar_t' x)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented from qvector_lvar_t.

Member Function Documentation

◆ find()

'lvar_t *' find ( self,
'lvar_locator_t' ll )
Find a variable at the specified location. 

@param ll: variable location
@returns pointer to variable or nullptr

Reimplemented from qvector_lvar_t.

◆ find_input_lvar()

int find_input_lvar ( self,
'vdloc_t' argloc,
int _size )
Find an input variable at the specified location. 

@param argloc: variable location
@param _size: variable size in bytes
@returns -1 if failed, otherwise an index into 'vars'

◆ find_input_reg()

int find_input_reg ( self,
int reg,
int _size = 1 )
Find an input register variable. 

@param reg: register to find
@param _size: variable size in bytes
@returns -1 if failed, otherwise an index into 'vars'

◆ find_lvar()

int find_lvar ( self,
'vdloc_t' location,
int width,
int defblk = -1 )
Find a variable at the specified location. 

@param location: variable location
@param width: variable size in bytes
@param defblk: definition block of the lvar. -1 means any block
@returns -1 if failed, otherwise an index into 'vars'

◆ find_stkvar()

int find_stkvar ( self,
int spoff,
int width )
Find a stack variable at the specified location. 

@param spoff: offset from the minimal sp
@param width: variable size in bytes
@returns -1 if failed, otherwise an index into 'vars'

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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