Home
last modified time | relevance | path

Searched refs:cs_op_count (Results 1 – 9 of 9) 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/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.java217 return cs.cs_op_count(csh, raw.getPointer(), type); in opCount()
305 public int cs_op_count(Pointer csh, Pointer insn, int type); in cs_op_count() method
/external/capstone/cstool/
Dcstool_x86.c237 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail_x86()
/external/capstone/suite/cstest/src/
Dx86_detail.c243 count = cs_op_count(*ud, ins, X86_OP_IMM); in get_detail_x86()
/external/capstone/include/capstone/
Dcapstone.h719 int CAPSTONE_API cs_op_count(csh handle, const cs_insn *insn, unsigned int op_type);
/external/capstone/tests/
Dtest_x86.c253 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail()
/external/capstone/
Dcs.c1293 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type) in cs_op_count() function