Module ida_xref :: Class xrefblk_t
[frames] | no frames]

Class xrefblk_t

object --+
         |
        xrefblk_t

Proxy of C++ xrefblk_t class.

Instance Methods
xrefblk_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
first_from(self, _from, flags)
bool
first_to(self, _to, flags)
bool
next_from(self)
next_from(self, _from, _to, flags) -> bool
bool
next_to(self)
next_to(self, _from, _to, flags) -> bool

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

Properties
  frm
xrefblk_t_frm_get(self) -> ea_t
  iscode
xrefblk_t_iscode_get(self) -> uchar
  thisown
The membership flag
  to
xrefblk_t_to_get(self) -> ea_t
  type
xrefblk_t_type_get(self) -> uchar
  user
xrefblk_t_user_get(self) -> uchar

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

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

Returns: xrefblk_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

frm

xrefblk_t_frm_get(self) -> ea_t

Get Method:
unreachable.xrefblk_t_frm_get(self)
Set Method:
unreachable.xrefblk_t_frm_set(self, frm)

iscode

xrefblk_t_iscode_get(self) -> uchar

Get Method:
unreachable.xrefblk_t_iscode_get(self)
Set Method:
unreachable.xrefblk_t_iscode_set(self, iscode)

thisown

The membership flag

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

to

xrefblk_t_to_get(self) -> ea_t

Get Method:
unreachable.xrefblk_t_to_get(self)
Set Method:
unreachable.xrefblk_t_to_set(self, to)

type

xrefblk_t_type_get(self) -> uchar

Get Method:
unreachable.xrefblk_t_type_get(self)
Set Method:
unreachable.xrefblk_t_type_set(self, type)

user

xrefblk_t_user_get(self) -> uchar

Get Method:
unreachable.xrefblk_t_user_get(self)
Set Method:
unreachable.xrefblk_t_user_set(self, user)