Proxy of C++ lvar_locator_t class.
|
| | __init__ (self, *args) |
| | init(self) -> lvar_locator_t init(self, loc, ea) -> lvar_locator_t
|
| |
| "sval_t" | get_stkoff (self) |
| | get_stkoff(self) -> sval_t Get offset of the varialbe in the stack frame.
|
| |
| "bool" | is_reg1 (self) |
| | is_reg1(self) -> bool Is variable located on one register?
|
| |
| "bool" | is_reg2 (self) |
| | is_reg2(self) -> bool Is variable located on two registers?
|
| |
| "bool" | is_reg_var (self) |
| | is_reg_var(self) -> bool Is variable located on register(s)?
|
| |
| "bool" | is_stk_var (self) |
| | is_stk_var(self) -> bool Is variable located on the stack?
|
| |
| "bool" | is_scattered (self) |
| | is_scattered(self) -> bool Is variable scattered?
|
| |
| "mreg_t" | get_reg1 (self) |
| | get_reg1(self) -> mreg_t Get the register number of the variable.
|
| |
| "mreg_t" | get_reg2 (self) |
| | get_reg2(self) -> mreg_t Get the number of the second register (works only for ALOC_REG2 lvars)
|
| |
| "scattered_aloc_t &" | get_scattered (self, *args) |
| | get_scattered(self) -> scattered_aloc_t
|
| |
| "bool" | __eq__ (self, "lvar_locator_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "lvar_locator_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "lvar_locator_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "lvar_locator_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "lvar_locator_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "lvar_locator_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "lvar_locator_t" r) |
| | compare(self, r) -> int
|
| |
|
| str | location = property(_ida_hexrays.lvar_locator_t_location_get, _ida_hexrays.lvar_locator_t_location_set, doc=) |
| |
| str | defea = property(_ida_hexrays.lvar_locator_t_defea_get, _ida_hexrays.lvar_locator_t_defea_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in lvar_t.
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
"lvar_locator_t" | r ) |
◆ get_reg1()
| "mreg_t" get_reg1 |
( |
| self | ) |
|
◆ get_reg2()
| "mreg_t" get_reg2 |
( |
| self | ) |
|
◆ get_scattered()
| "scattered_aloc_t &" get_scattered |
( |
| self, |
|
|
* | args ) |
◆ get_stkoff()
| "sval_t" get_stkoff |
( |
| self | ) |
|
- Returns
- : a non-negative value for stack variables. The value is an offset from the bottom of the stack frame in terms of vd-offsets. negative values mean error (not a stack variable)
◆ is_reg1()
◆ is_reg2()
◆ is_reg_var()
| "bool" is_reg_var |
( |
| self | ) |
|
◆ is_scattered()
| "bool" is_scattered |
( |
| self | ) |
|
◆ is_stk_var()
| "bool" is_stk_var |
( |
| self | ) |
|
◆ defea
| str defea = property(_ida_hexrays.lvar_locator_t_defea_get, _ida_hexrays.lvar_locator_t_defea_set, doc=) |
|
static |
◆ location
| str location = property(_ida_hexrays.lvar_locator_t_location_get, _ida_hexrays.lvar_locator_t_location_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: