|
bool | first_from (self, ida_idaapi.ea_t _from, int flags=0) |
|
bool | first_to (self, ida_idaapi.ea_t _to, int flags=0) |
|
bool | next_from (self, *args) |
|
bool | next_to (self, *args) |
|
| crefs_to (self, ea) |
|
| fcrefs_to (self, ea) |
|
| crefs_from (self, ea) |
|
| fcrefs_from (self, ea) |
|
| drefs_to (self, ea) |
|
| drefs_from (self, ea) |
|
| refs_from (self, ea, flag) |
|
| refs_to (self, ea, flag) |
|
| __init__ (self) |
|
◆ __init__()
◆ crefs_from()
Provide an iterator on code references from ea including flow references
◆ crefs_to()
Provide an iterator on code references to ea including flow references
◆ drefs_from()
Provide an iterator on data references from ea
◆ drefs_to()
Provide an iterator on data references to ea
◆ fcrefs_from()
Provide an iterator on code references from ea
◆ fcrefs_to()
Provide an iterator on code references to ea
◆ first_from()
◆ first_to()
◆ next_from()
bool next_from |
( |
| self, |
|
|
* | args ) |
◆ next_to()
bool next_to |
( |
| self, |
|
|
* | args ) |
◆ refs_from()
refs_from |
( |
| self, |
|
|
| ea, |
|
|
| flag ) |
Provide an iterator on from reference represented by flag
◆ refs_to()
refs_to |
( |
| self, |
|
|
| ea, |
|
|
| flag ) |
Provide an iterator on to reference represented by flag
◆ _flags
Initial value:= property(_ida_xref.xrefblk_t__flags_get, _ida_xref.
xrefblk_t__flags_set)
◆ frm
Initial value:= property(_ida_xref.xrefblk_t_frm_get, _ida_xref.
xrefblk_t_frm_set)
◆ iscode
Initial value:= property(_ida_xref.xrefblk_t_iscode_get, _ida_xref.
xrefblk_t_iscode_set)
◆ to
Initial value:= property(_ida_xref.xrefblk_t_to_get, _ida_xref.
xrefblk_t_to_set)
◆ type
Initial value:= property(_ida_xref.xrefblk_t_type_get, _ida_xref.
xrefblk_t_type_set)
◆ user
Initial value:= property(_ida_xref.xrefblk_t_user_get, _ida_xref.
xrefblk_t_user_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: