Proxy of C++ xrefblk_t class.
|
"bool" | first_from (self, "ea_t" _from, "int" flags) |
| first_from(self, _from, flags) -> bool Get first xref from the given address (store in to)
|
|
"bool" | first_to (self, "ea_t" _to, "int" flags) |
| first_to(self, _to, flags) -> bool Get xref to given address (store in from)
|
|
"bool" | next_from (self, *args) |
| next_from(self) -> bool Get xref from '_from' that comes after '_to'.
|
|
"bool" | next_to (self, *args) |
| next_to(self) -> bool Get xref to '_to' that comes after '_from'.
|
|
| crefs_to (self, ea) |
| Provide an iterator on code references to ea including flow references.
|
|
| fcrefs_to (self, ea) |
| Provide an iterator on code references to ea.
|
|
| crefs_from (self, ea) |
| Provide an iterator on code references from ea including flow references.
|
|
| fcrefs_from (self, ea) |
| Provide an iterator on code references from ea.
|
|
| drefs_to (self, ea) |
| Provide an iterator on data references to ea.
|
|
| drefs_from (self, ea) |
| Provide an iterator on data references from ea.
|
|
| refs_from (self, ea, flag) |
| Provide an iterator on from reference represented by flag.
|
|
| refs_to (self, ea, flag) |
| Provide an iterator on to reference represented by flag.
|
|
| __init__ (self) |
| init(self) -> xrefblk_t
|
|
|
str | frm = property(_ida_xref.xrefblk_t_frm_get, _ida_xref.xrefblk_t_frm_set, doc=) |
|
str | to = property(_ida_xref.xrefblk_t_to_get, _ida_xref.xrefblk_t_to_set, doc=) |
|
str | iscode = property(_ida_xref.xrefblk_t_iscode_get, _ida_xref.xrefblk_t_iscode_set, doc=) |
|
str | type = property(_ida_xref.xrefblk_t_type_get, _ida_xref.xrefblk_t_type_set, doc=) |
|
str | user = property(_ida_xref.xrefblk_t_user_get, _ida_xref.xrefblk_t_user_set, doc=!) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
◆ crefs_from()
◆ crefs_to()
◆ drefs_from()
◆ drefs_to()
◆ fcrefs_from()
◆ fcrefs_to()
◆ first_from()
"bool" first_from |
( |
| self, |
|
|
"ea_t" | _from, |
|
|
"int" | flags ) |
- Parameters
-
_from | (C++: ea_t) |
flags | (C++: int) |
◆ first_to()
"bool" first_to |
( |
| self, |
|
|
"ea_t" | _to, |
|
|
"int" | flags ) |
- Parameters
-
_to | (C++: ea_t) |
flags | (C++: int) |
◆ next_from()
"bool" next_from |
( |
| self, |
|
|
* | args ) |
next_from(self, _from, _to, flags) -> bool
- Parameters
-
_from | ea_t |
_to | ea_t |
flags | int |
◆ next_to()
"bool" next_to |
( |
| self, |
|
|
* | args ) |
next_to(self, _from, _to, flags) -> bool
- Parameters
-
_from | ea_t |
_to | ea_t |
flags | int |
◆ refs_from()
refs_from |
( |
| self, |
|
|
| ea, |
|
|
| flag ) |
◆ refs_to()
refs_to |
( |
| self, |
|
|
| ea, |
|
|
| flag ) |
◆ frm
str frm = property(_ida_xref.xrefblk_t_frm_get, _ida_xref.xrefblk_t_frm_set, doc=) |
|
static |
◆ iscode
str iscode = property(_ida_xref.xrefblk_t_iscode_get, _ida_xref.xrefblk_t_iscode_set, doc=) |
|
static |
◆ to
str to = property(_ida_xref.xrefblk_t_to_get, _ida_xref.xrefblk_t_to_set, doc=) |
|
static |
◆ type
str type = property(_ida_xref.xrefblk_t_type_get, _ida_xref.xrefblk_t_type_set, doc=) |
|
static |
◆ user
str user = property(_ida_xref.xrefblk_t_user_get, _ida_xref.xrefblk_t_user_set, doc=!) |
|
static |
◆ thisown
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: