Module ida_nalt :: Class refinfo_t
[frames] | no frames]

Class refinfo_t

object --+
         |
        refinfo_t

Proxy of C++ refinfo_t class.

Instance Methods
refinfo_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
 
init(self, reft_and_flags, _base=0, _target=BADADDR, _tdelta=0)
bool
is_custom(self)
bool
is_pastend(self)
bool
is_rvaoff(self)
bool
is_signed(self)
bool
is_subtract(self)
bool
is_target_optional(self)
bool
no_base_xref(self)
 
set_type(self, t)
reftype_t
type(self)

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

Properties
  base
refinfo_t_base_get(self) -> ea_t
  flags
refinfo_t_flags_get(self) -> uint32
  target
refinfo_t_target_get(self) -> ea_t
  tdelta
refinfo_t_tdelta_get(self) -> adiff_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: refinfo_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

base

refinfo_t_base_get(self) -> ea_t

Get Method:
unreachable.refinfo_t_base_get(self)
Set Method:
unreachable.refinfo_t_base_set(self, base)

flags

refinfo_t_flags_get(self) -> uint32

Get Method:
unreachable.refinfo_t_flags_get(self)
Set Method:
unreachable.refinfo_t_flags_set(self, flags)

target

refinfo_t_target_get(self) -> ea_t

Get Method:
unreachable.refinfo_t_target_get(self)
Set Method:
unreachable.refinfo_t_target_set(self, target)

tdelta

refinfo_t_tdelta_get(self) -> adiff_t

Get Method:
unreachable.refinfo_t_tdelta_get(self)
Set Method:
unreachable.refinfo_t_tdelta_set(self, tdelta)

thisown

The membership flag

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