refinfo_t Struct Reference
Information about a reference. More...
#include <nalt.hpp>
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) |
ea_t | _get_target (adiff_t opval) const |
ea_t | _get_value (ea_t target) const |
adiff_t | _get_opval (adiff_t opval) const |
bool | _require_base () const |
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 | |
Detailed Description
Information about a reference.
The documentation for this struct was generated from the following file:
Generated by