|
| __init__ (self, 'mba_t' m, int o) |
|
bool | __eq__ (self, 'stkvar_ref_t' r) |
|
bool | __ne__ (self, 'stkvar_ref_t' r) |
|
bool | __lt__ (self, 'stkvar_ref_t' r) |
|
bool | __gt__ (self, 'stkvar_ref_t' r) |
|
bool | __le__ (self, 'stkvar_ref_t' r) |
|
bool | __ge__ (self, 'stkvar_ref_t' r) |
|
int | compare (self, 'stkvar_ref_t' r) |
|
None | swap (self, 'stkvar_ref_t' r) |
|
'ssize_t' | get_stkvar (self, 'udm_t' udm=None, 'uval_t *' p_idaoff=None) |
|
|
str | mba = property(_ida_hexrays.stkvar_ref_t_mba_get) |
|
str | off |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
'mba_t' | m, |
|
|
int | o ) |
◆ __eq__()
◆ __ge__()
◆ __gt__()
◆ __le__()
◆ __lt__()
◆ __ne__()
◆ compare()
◆ get_stkvar()
'ssize_t' get_stkvar |
( |
| self, |
|
|
'udm_t' | udm = None, |
|
|
'uval_t *' | p_idaoff = None ) |
Retrieve the referenced stack variable.
@param udm: stkvar, may be nullptr
@param p_idaoff: if specified, will hold IDA stkoff after the call.
@returns index of stkvar in the frame or -1
◆ swap()
◆ mba
str mba = property(_ida_hexrays.stkvar_ref_t_mba_get) |
|
static |
◆ off
Initial value:= property(_ida_hexrays.stkvar_ref_t_off_get,
_ida_hexrays.stkvar_ref_t_off_set)
◆ thisown
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: