HomeSort by relevance Sort by last modified time
    Searched refs:CS_VERSION_EXTRA (Results 1 - 3 of 3) sorted by null

  /external/capstone/include/
capstone.h 60 #define CS_VERSION_EXTRA 5
  /external/capstone/cstool/
cstool.c 73 printf("Cstool for Capstone Disassembler Engine v%u.%u.%u\n\n", CS_VERSION_MAJOR, CS_VERSION_MINOR, CS_VERSION_EXTRA);
  /external/capstone/bindings/python/capstone/
__init__.py 24 'CS_VERSION_EXTRA',
110 CS_VERSION_EXTRA = 5
112 __version__ = "%u.%u.%u" %(CS_VERSION_MAJOR, CS_VERSION_MINOR, CS_VERSION_EXTRA)

Completed in 125 milliseconds