IDA SDK
Xref enumeration flags

Detailed Description

Passed as 'flags' parameter to functions in xrefblk_t.

Macros

#define XREF_FLOW   0x00
 return all references, including ordinary flow xrefs
 
#define XREF_NOFLOW   0x01
 skip ordinary flow xrefs (code xrefs to the next insn)
 
#define XREF_DATA   0x02
 return only data references (dr_...)
 
#define XREF_CODE   0x04
 return only code references (fl_...)
 
#define XREF_EA   0x08
 return only program addresses
 
#define XREF_TID   0x10
 return only type ids. More...
 

Macro Definition Documentation

◆ XREF_TID

#define XREF_TID   0x10

return only type ids.

XREF_EA and XREF_TID are exclusive, only one of them can be specified