Home
last modified time | relevance | path

Searched refs:R_ANAL_ADDR_TYPE_SEQUENCE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcore.c2320 if (type & R_ANAL_ADDR_TYPE_SEQUENCE) { in r_core_anal_hasrefs_to_depth()
2476 if (type & R_ANAL_ADDR_TYPE_SEQUENCE) { in r_core_anal_optype_colorfor()
H A Dcmd_anal.c5134 if (type & R_ANAL_ADDR_TYPE_SEQUENCE) in cmd_address_info()
5164 if (type & R_ANAL_ADDR_TYPE_SEQUENCE) in cmd_address_info()
H A Dcanal.c342 types |= R_ANAL_ADDR_TYPE_SEQUENCE; in r_core_anal_address()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h92 #define R_ANAL_ADDR_TYPE_SEQUENCE 1 << 11 macro
/dports/x11/radare-cutter/r2cutter-0.1.1/src/core/
H A DCutter.cpp1451 } else if (type & R_ANAL_ADDR_TYPE_SEQUENCE) { in getAddrRefs()