#include <fixup.hpp>
◆ fixup_data_t() [1/2]
fixup_data_t::fixup_data_t |
( |
| ) |
|
|
inline |
◆ fixup_data_t() [2/2]
◆ 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()
◆ 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 |
◆ type
◆ flags
◆ base
◆ sel
selector of the target segment.
BADSEL means an absolute (zero based) target.
- See also
- FIXUPF_REL
◆ off
target offset
- Note
- The target is calculated as get_base() + off.
◆ displacement
displacement (offset from the target)
The documentation for this struct was generated from the following file: