Home
last modified time | relevance | path

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

/aosp_15_r20/external/capstone/bindings/ocaml/
H A Dcapstone.ml24 | CS_ARCH_XCORE Constructor
/aosp_15_r20/external/capstone/include/capstone/
H A Dcapstone.h82 CS_ARCH_XCORE, ///< XCore architecture enumerator
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DCapstone.java332 public static final int CS_ARCH_XCORE = 7; field in Capstone
/aosp_15_r20/external/capstone/bindings/python/capstone/
H A D__init__.py150 CS_ARCH_XCORE = 7 variable