Home
last modified time | relevance | path

Searched defs:CS_GRP_CALL (Results 1 – 3 of 3) sorted by relevance

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