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

Class fixup_data_t

object --+
         |
        fixup_data_t

Proxy of C++ fixup_data_t class

Instance Methods
 
__del__(self)
fixup_data_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
is_custom(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) -> ushort
  thisown
The membership flag
  type
fixup_data_t_type_get(self) -> uchar

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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) -> ushort

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)

type

fixup_data_t_type_get(self) -> uchar

Get Method:
unreachable.fixup_data_t_type_get(self)
Set Method:
unreachable.fixup_data_t_type_set(self, type)

[an error occurred while processing this directive]