Module ida_fixup :: Class fixup_data_t
[frames] | no frames]

Class fixup_data_t

object --+
         |
        fixup_data_t

Proxy of C++ fixup_data_t class.

Instance Methods
fixup_data_t
__init__(self)
__init__(self, type_, flags_=0) -> fixup_data_t
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
calc_size(self)
 
clr_extdef(self)
 
clr_unused(self)
bool
get(self, source)
ea_t
get_base(self)
char const *
get_desc(self, source)
uint32
get_flags(self)
fixup_handler_t const *
get_handler(self)
fixup_type_t
get_type(self)
uval_t
get_value(self, ea)
bool
has_base(self)
bool
is_custom(self)
bool
is_extdef(self)
bool
is_unused(self)
bool
patch_value(self, ea)
 
set(self, source)
 
set_base(self, new_base)
 
set_extdef(self)
 
set_sel(self, seg)
 
set_target_sel(self)
 
set_type(self, type_)
 
set_type_and_flags(self, type_, flags_=0)
 
set_unused(self)
bool
was_created(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  displacement
fixup_data_t_displacement_get(self) -> adiff_t
  off
fixup_data_t_off_get(self) -> ea_t
  sel
fixup_data_t_sel_get(self) -> sel_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, type_, flags_=0) -> fixup_data_t

Returns: fixup_data_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

displacement

fixup_data_t_displacement_get(self) -> adiff_t

Get Method:
unreachable.fixup_data_t_displacement_get(self)
Set Method:
unreachable.fixup_data_t_displacement_set(self, displacement)

off

fixup_data_t_off_get(self) -> ea_t

Get Method:
unreachable.fixup_data_t_off_get(self)
Set Method:
unreachable.fixup_data_t_off_set(self, off)

sel

fixup_data_t_sel_get(self) -> sel_t

Get Method:
unreachable.fixup_data_t_sel_get(self)
Set Method:
unreachable.fixup_data_t_sel_set(self, sel)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)