Searched refs:cs_free (Results 1 – 25 of 37) sorted by relevance
12
/external/capstone/suite/cstest/src/ |
D | capstone_test.c | 184 cs_free(insn, count); in test_single_MC() 196 cs_free(insn, count); in test_single_MC() 204 cs_free(insn, count); in test_single_MC() 350 cs_free(insn, count); in test_single_issue() 361 cs_free(insn, count); in test_single_issue()
|
/external/capstone/suite/benchmark/ |
D | test_iter_benchmark.c | 88 cs_free(insn, 1); in test()
|
/external/capstone/tests/ |
D | test_customized_mnem.c | 37 cs_free(insn, count); in print_insn()
|
D | test_evm.c | 105 cs_free(insn, count); in test()
|
D | test_mos65xx.c | 150 cs_free(insn, count); in test()
|
D | test_xcore.c | 120 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_mips.c | 162 cs_free(insn, count); in test()
|
D | test_ppc.c | 166 cs_free(insn, count); in test()
|
D | test_skipdata.c | 144 cs_free(insn, count); in test()
|
D | test_iter.c | 310 cs_free(insn, 1); in test()
|
D | test_m68k.c | 192 cs_free(insn, count); in test()
|
D | test_basic.c | 368 cs_free(insn, count); in test()
|
D | test_tms320c64x.c | 174 cs_free(insn, count); 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/suite/fuzz/ |
D | fuzz_diff.c | 233 cs_free(insn, 1); in LLVMFuzzerTestOneInput()
|
D | fuzz_disasm.c | 260 cs_free(all_insn, count); in LLVMFuzzerTestOneInput()
|
D | fuzz_harness.c | 211 cs_free(all_insn, count); in main()
|
/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/bindings/python/pyx/ |
D | ccapstone.pxd | 52 void cs_free(cs_insn *insn, size_t count)
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 491 $CallResult = [Capstone]::cs_free($InsnHandle, $Count) in Get-CapstoneDisassembly()
|
12