Chains of one block.
More...
#include <hexrays.hpp>
◆ base_t
◆ get_reg_chain() [1/2]
| const chain_t * block_chains_t::get_reg_chain |
( |
mreg_t | reg, |
|
|
int | width = 1 ) const |
|
inline |
Get chain for the specified register.
- Parameters
-
| reg | register number |
| width | size of register in bytes |
◆ get_reg_chain() [2/2]
◆ get_stk_chain() [1/2]
| const chain_t * block_chains_t::get_stk_chain |
( |
sval_t | off, |
|
|
int | width = 1 ) const |
|
inline |
Get chain for the specified stack offset.
- Parameters
-
| off | stack offset |
| width | size of stack value in bytes |
◆ get_stk_chain() [2/2]
◆ get_chain() [1/4]
| const chain_t * block_chains_t::get_chain |
( |
const voff_t & | k, |
|
|
int | width = 1 ) const |
|
inline |
Get chain for the specified value offset.
- Parameters
-
| k | value offset (register number or stack offset) |
| width | size of value in bytes |
◆ get_chain() [2/4]
◆ get_chain() [3/4]
Get chain similar to the specified chain.
- Parameters
-
| ch | chain to search for. only its 'k' and 'width' are used. |
◆ get_chain() [4/4]
◆ print()
◆ dstr()
| const char * block_chains_t::dstr |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: