|
| __init__ (self, *args) |
|
'fixup_type_t' | get_type (self) |
|
None | set_type (self, 'fixup_type_t' type_) |
|
None | set_type_and_flags (self, 'fixup_type_t' type_, int flags_=0) |
|
bool | is_custom (self) |
|
int | get_flags (self) |
|
bool | is_extdef (self) |
|
None | set_extdef (self) |
|
None | clr_extdef (self) |
|
bool | is_unused (self) |
|
None | set_unused (self) |
|
None | clr_unused (self) |
|
bool | has_base (self) |
|
bool | was_created (self) |
|
ida_idaapi.ea_t | get_base (self) |
|
None | set_base (self, ida_idaapi.ea_t new_base) |
|
None | set_sel (self, 'segment_t const *' seg) |
|
None | set_target_sel (self) |
|
None | set (self, ida_idaapi.ea_t source) |
|
bool | get (self, ida_idaapi.ea_t source) |
|
'fixup_handler_t const *' | get_handler (self) |
|
str | get_desc (self, ida_idaapi.ea_t source) |
|
int | calc_size (self) |
|
int | get_value (self, ida_idaapi.ea_t ea) |
|
bool | patch_value (self, ida_idaapi.ea_t ea) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ calc_size()
◆ clr_extdef()
◆ clr_unused()
◆ get()
◆ get_base()
◆ get_desc()
◆ get_flags()
◆ get_handler()
'fixup_handler_t const *' get_handler |
( |
| self | ) |
|
◆ get_type()
'fixup_type_t' get_type |
( |
| self | ) |
|
Fixup type Types of fixups.
◆ get_value()
◆ has_base()
◆ is_custom()
◆ is_extdef()
◆ is_unused()
◆ patch_value()
◆ set()
◆ set_base()
Set base of fixup. The target should be set before a call of this function.
◆ set_extdef()
◆ set_sel()
None set_sel |
( |
| self, |
|
|
'segment_t const *' | seg ) |
◆ set_target_sel()
None set_target_sel |
( |
| self | ) |
|
Set selector of fixup to the target. The target should be set before a call of this function.
◆ set_type()
None set_type |
( |
| self, |
|
|
'fixup_type_t' | type_ ) |
◆ set_type_and_flags()
None set_type_and_flags |
( |
| self, |
|
|
'fixup_type_t' | type_, |
|
|
int | flags_ = 0 ) |
◆ set_unused()
◆ was_created()
◆ displacement
Initial value:= property(_ida_fixup.
fixup_data_t_displacement_get, _ida_fixup.fixup_data_t_displacement_set
)
◆ off
Initial value:= property(_ida_fixup.fixup_data_t_off_get, _ida_fixup.
fixup_data_t_off_set)
◆ sel
Initial value:= property(_ida_fixup.fixup_data_t_sel_get, _ida_fixup.
fixup_data_t_sel_set)
◆ 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: