Searched refs:cs_op_count (Results 1 – 8 of 8) sorted by relevance
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pxd | 66 int cs_op_count(csh handle, cs_insn *insn, unsigned int op_type)
|
/external/capstone/cstool/ |
D | cstool_x86.c | 63 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail_x86()
|
/external/capstone/bindings/vb6/ |
D | vbCapstone.cpp | 88 return cs_op_count(handle,insn,op_type); in bs_op_count()
|
D | Module1.bas | 564 Public Declare Function cs_op_count Lib "vbCapstone.dll" Alias "bs_op_count" (ByVal handle As Long,…
|
/external/capstone/bindings/java/capstone/ |
D | Capstone.java | 206 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/ |
D | capstone.h | 649 int CAPSTONE_API cs_op_count(csh handle, const cs_insn *insn, unsigned int op_type);
|
/external/capstone/tests/ |
D | test_x86.c | 86 count = cs_op_count(ud, ins, X86_OP_IMM); in print_insn_detail()
|
/external/capstone/ |
D | cs.c | 948 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type) in cs_op_count() function
|