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

  /external/capstone/bindings/ocaml/
capstone.ml 118 let cs_open _arch _mode: csh = ( var
184 let handle = cs_open arch mode in
  /external/capstone/
cs.c 235 cs_err CAPSTONE_API cs_open(cs_arch arch, cs_mode mode, csh *handle) function
240 // Error: before cs_open(), dynamic memory management must be initialized
396 // This is supposed to be executed before all other APIs (even cs_open())
  /external/capstone/bindings/java/capstone/
Capstone.java 254 public int cs_open(int arch, int mode, NativeLongByReference handle); method in interface:Capstone.CS
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) {

Completed in 446 milliseconds