IDA C++ SDK 9.2
|
Describe categories of code/data xrefs. More...
Topics | |
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 , dr_S } |
DATA xref types. More... |
Functions | |
idaman char ida_export | xrefchar (char xrtype) |
Get character describing the xref type. |
Describe categories of code/data xrefs.
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 |