#include <fixup.hpp>
◆ fixup_data_t() [1/3]
| fixup_data_t::fixup_data_t |
( |
| ) |
|
|
inline |
◆ fixup_data_t() [2/3]
◆ fixup_data_t() [3/3]
◆ get_type()
◆ set_type()
◆ set_type_and_flags()
◆ is_custom()
| bool fixup_data_t::is_custom |
( |
void | | ) |
const |
|
inline |
◆ get_flags()
| uint32 fixup_data_t::get_flags |
( |
| ) |
const |
|
inline |
◆ is_extdef()
| bool fixup_data_t::is_extdef |
( |
void | | ) |
const |
|
inline |
◆ set_extdef()
◆ clr_extdef()
◆ is_unused()
| bool fixup_data_t::is_unused |
( |
void | | ) |
const |
|
inline |
◆ set_unused()
◆ clr_unused()
◆ has_base()
| bool fixup_data_t::has_base |
( |
void | | ) |
const |
|
inline |
◆ was_created()
| bool fixup_data_t::was_created |
( |
void | | ) |
const |
|
inline |
◆ get_base()
| ea_t fixup_data_t::get_base |
( |
| ) |
const |
|
inline |
Get base of fixup.
- Note
- The target is calculated as get_base() + off.
- See also
- FIXUPF_REL
◆ set_base()
| void fixup_data_t::set_base |
( |
ea_t | new_base | ) |
|
|
inline |
Set base of fixup.
The target should be set before a call of this function.
◆ set_sel() [1/2]
◆ set_sel() [2/2]
◆ set_target_sel()
| void fixup_data_t::set_target_sel |
( |
| ) |
|
|
inline |
Set selector of fixup to the target.
The target should be set before a call of this function.
◆ set()
| void fixup_data_t::set |
( |
ea_t | source | ) |
const |
|
inline |
◆ get()
◆ get_handler()
◆ get_desc()
| const char * fixup_data_t::get_desc |
( |
qstring * | buf, |
|
|
ea_t | source ) const |
|
inline |
◆ calc_size()
| int fixup_data_t::calc_size |
( |
| ) |
const |
|
inline |
◆ get_value()
◆ patch_value()
| bool fixup_data_t::patch_value |
( |
ea_t | ea | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
◆ unpack_fixup_ub
◆ pack_fixup
◆ convert_fixups_to_700
| void convert_fixups_to_700 |
( |
dbctx_t & | db | ) |
|
|
friend |
◆ type
◆ flags
| uint32 fixup_data_t::flags = 0 |
|
protected |
◆ base
◆ sel
| sel_t fixup_data_t::sel = BADSEL |
selector of the target segment.
BADSEL means an absolute (zero based) target.
- See also
- FIXUPF_REL
◆ off
| ea_t fixup_data_t::off = 0 |
target offset
- Note
- The target is calculated as get_base() + off.
◆ displacement
| adiff_t fixup_data_t::displacement = 0 |
displacement (offset from the target)
◆ kdata_t
| friend fixup_data_t::kdata_t |
The documentation for this struct was generated from the following file:
- /Users/geoffrey/ida-sdk/src/include/fixup.hpp