Home
last modified time | relevance | path

Searched refs:CS_GRP_CALL (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/vb6/
DModule1.bas82 CS_GRP_CALL ' all call instructions
/external/capstone/include/
Dcapstone.h164 CS_GRP_CALL, // all call instructions enumerator
/external/capstone/bindings/java/capstone/
DCapstone.java347 public static final int CS_GRP_CALL = 2; // all call instructions field in Capstone
/external/capstone/bindings/python/capstone/
D__init__.py166 CS_GRP_CALL = 2 # all call instructions variable