Home
last modified time | relevance | path

Searched refs:cs_op_count (Results 1 – 8 of 8) sorted by relevance

/external/capstone/bindings/python/pyx/
Dccapstone.pxd66 int cs_op_count(csh handle, cs_insn *insn, unsigned int op_type)
/external/capstone/cstool/
Dcstool_x86.c63 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail_x86()
/external/capstone/bindings/vb6/
DvbCapstone.cpp88 return cs_op_count(handle,insn,op_type); in bs_op_count()
DModule1.bas564 Public Declare Function cs_op_count Lib "vbCapstone.dll" Alias "bs_op_count" (ByVal handle As Long,…
/external/capstone/bindings/java/capstone/
DCapstone.java206 return cs.cs_op_count(csh, raw.getPointer(), type); in opCount()
262 public int cs_op_count(NativeLong csh, Pointer insn, int type); in cs_op_count() method
/external/capstone/include/
Dcapstone.h649 int CAPSTONE_API cs_op_count(csh handle, const cs_insn *insn, unsigned int op_type);
/external/capstone/tests/
Dtest_x86.c86 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail()
/external/capstone/
Dcs.c948 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type) in cs_op_count() function