Searched refs:cs_free (Results 1 – 25 of 30) sorted by relevance
12
/external/capstone/suite/benchmark/ |
D | test_iter_benchmark.c | 88 cs_free(insn, 1); in test()
|
/external/capstone/contrib/cs_driver/cs_driver/ |
D | cs_driver.c | 80 cs_free(insn, count); in cs_driver_hello()
|
/external/capstone/suite/arm/ |
D | test_arm_regression.c | 223 cs_free(insn, count); in test_invalids() 375 cs_free(insn, count); in test_valids()
|
/external/capstone/bindings/python/capstone/ |
D | __init__.py | 395 _cs.cs_free(all_insn, res) 437 _cs.cs_free(all_insn, res) 856 _cs.cs_free(all_insn, res) 881 _cs.cs_free(all_insn, res)
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pxd | 52 void cs_free(cs_insn *insn, size_t count)
|
D | ccapstone.pyx | 287 cc.cs_free(allinsn, res) 308 cc.cs_free(allinsn, res)
|
/external/capstone/bindings/vb6/ |
D | CDisassembler.cls | 140 cs_free instAry, c
|
D | vbCapstone.cpp | 72 return cs_free(insn, count); in bs_free()
|
D | Module1.bas | 370 Public Declare Sub cs_free Lib "vbCapstone.dll" Alias "bs_free" (ByVal instr As Long, ByVal count A…
|
/external/capstone/tests/ |
D | test_xcore.c | 120 cs_free(insn, count); in test()
|
D | test_mips.c | 147 cs_free(insn, count); in test()
|
D | test_sparc.c | 132 cs_free(insn, count); in test()
|
D | test_systemz.c | 125 cs_free(insn, count); in test()
|
D | test_ppc.c | 158 cs_free(insn, count); in test()
|
D | test_skipdata.c | 132 cs_free(insn, count); in test()
|
D | test_iter.c | 253 cs_free(insn, 1); in test()
|
D | test_arm64.c | 225 cs_free(insn, count); in test()
|
D | test_basic.c | 256 cs_free(insn, count); in test()
|
D | test_detail.c | 282 cs_free(all_insn, count); in test()
|
D | test_arm.c | 283 cs_free(insn, count); in test()
|
D | test_x86.c | 232 cs_free(insn, count); in test()
|
/external/capstone/suite/fuzz/ |
D | fuzz_harness.c | 201 cs_free(all_insn, count); in main()
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 441 $CallResult = [Capstone]::cs_free($InsnHandle, $Count) in Get-CapstoneDisassembly()
|
/external/capstone/include/ |
D | capstone.h | 480 void CAPSTONE_API cs_free(cs_insn *insn, size_t count);
|
/external/capstone/cstool/ |
D | cstool.c | 390 cs_free(insn, count); in main()
|
12