◆ __init__()
◆ _print()
◆ dstr()
◆ get_chain()
'chain_t *' get_chain |
( |
| self, |
|
|
* | args ) |
This function has the following signatures:
0. get_chain(k: const voff_t &, width: int=1) -> const chain_t *
1. get_chain(k: const voff_t &, width: int=1) -> chain_t *
2. get_chain(ch: const chain_t &) -> const chain_t *
3. get_chain(ch: const chain_t &) -> chain_t *
# 0: get_chain(k: const voff_t &, width: int=1) -> const chain_t *
Get chain for the specified value offset.
# 1: get_chain(k: const voff_t &, width: int=1) -> chain_t *
# 2: get_chain(ch: const chain_t &) -> const chain_t *
Get chain similar to the specified chain
# 3: get_chain(ch: const chain_t &) -> chain_t *
◆ get_reg_chain()
'chain_t *' get_reg_chain |
( |
| self, |
|
|
'mreg_t' | reg, |
|
|
int | width = 1 ) |
Get chain for the specified register
@param reg: register number
@param width: size of register in bytes
◆ get_stk_chain()
'chain_t *' get_stk_chain |
( |
| self, |
|
|
int | off, |
|
|
int | width = 1 ) |
Get chain for the specified stack offset
@param off: stack offset
@param width: size of stack value in bytes
◆ 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: