IDA SDK
|
Describe categories of code/data xrefs.
Modules | |
Cross-Reference type flags | |
These flags are combined with a cref_t or dref_t value to describe the type of a cross reference. | |
Enumerations | |
enum | cref_t { fl_U, fl_CF = 16, fl_CN, fl_JF, fl_JN, fl_USobsolete, fl_F } |
CODE xref types. More... | |
enum | dref_t { dr_U, dr_O, dr_W, dr_R, dr_T, dr_I } |
DATA xref types. More... | |
Functions | |
idaman char ida_export | xrefchar (char xrtype) |
Get character describing the xref type. More... | |
enum cref_t |
CODE xref types.
enum dref_t |
DATA xref types.
idaman char ida_export xrefchar | ( | char | xrtype | ) |
Get character describing the xref type.
xrtype | combination of Cross-Reference type flags and a cref_t of dref_t value |