Home
last modified time | relevance | path

Searched defs:CS_MODE_64 (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/ocaml/
Dcapstone.ml31 | CS_MODE_64 (* 64-bit mode (for X86, PPC) *) Constructor
/external/capstone/include/
Dcapstone.h99 CS_MODE_64 = 1 << 3, // 64-bit mode (X86, PPC) enumerator
/external/capstone/bindings/python/capstone/
D__init__.py131 CS_MODE_64 = (1 << 3) # 64-bit mode (for X86, PPC) variable
/external/capstone/bindings/java/capstone/
DCapstone.java296 public static final int CS_MODE_64 = 1 << 3; // 64-bit mode for X86, PPC field in Capstone