|
IDA SDK
|
Information about a reference.
Public Attributes | |
| ea_t | target |
| reference target (BADADDR-none) | |
| ea_t | base |
| base of reference (may be BADADDR) | |
| adiff_t | tdelta |
| offset from the target | |
| uint32 | flags |
| Reference info flags | |
Public Member Functions | |
| reftype_t | type (void) const |
| bool | is_target_optional () const |
| < is_reftype_target_optional() | |
| bool | no_base_xref (void) const |
| bool | is_pastend (void) const |
| bool | is_rvaoff (void) const |
| bool | is_custom (void) const |
| bool | is_subtract (void) const |
| bool | is_signed (void) const |
| bool | is_no_zeros (void) const |
| bool | is_no_ones (void) const |
| bool | is_selfref (void) const |
| void | set_type (reftype_t rt) |
| void | init (uint32 reft_and_flags, ea_t _base=0, ea_t _target=BADADDR, adiff_t _tdelta=0) |
| bool | _require_base () const |