Searched refs:CS_OPT_ON (Results 1 – 25 of 45) sorted by relevance
12
/external/capstone/suite/cstest/src/ |
D | capstone_test.c | 56 {"CS_OPT_DETAIL", CS_OPT_DETAIL, CS_OPT_ON}, 57 {"CS_OPT_SKIPDATA", CS_OPT_SKIPDATA, CS_OPT_ON}, 96 {"CS_OPT_UNSIGNED", CS_OPT_UNSIGNED, CS_OPT_ON}
|
/external/capstone/cstool/ |
D | cstool.c | 419 cs_option(handle, CS_OPT_SKIPDATA, CS_OPT_ON); in main() 438 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in main() 442 cs_option(handle, CS_OPT_UNSIGNED, CS_OPT_ON); in main()
|
/external/capstone/suite/benchmark/ |
D | test_iter_benchmark.c | 72 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
/external/capstone/suite/arm/ |
D | test_arm_regression.c | 195 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test_invalids() 309 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test_valids()
|
/external/capstone/bindings/vb6/ |
D | CDisassembler.cls | 95 cs_option handle, CS_OPT_DETAIL, CS_OPT_ON
|
D | Module1.bas | 62 CS_OPT_ON = 3 ' Turn ON an option (CS_OPT_DETAIL, CS_OPT_SKIPDATA).
|
/external/capstone/tests/ |
D | test_evm.c | 88 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_mos65xx.c | 130 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_xcore.c | 102 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_sparc.c | 114 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_systemz.c | 107 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_mips.c | 144 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_ppc.c | 148 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_skipdata.c | 125 cs_option(handle, CS_OPT_SKIPDATA, CS_OPT_ON); in test()
|
D | test_iter.c | 259 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_m68k.c | 172 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
D | test_tms320c64x.c | 156 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in test()
|
/external/capstone/suite/fuzz/ |
D | fuzz_disasm.c | 220 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in LLVMFuzzerTestOneInput()
|
D | fuzz_harness.c | 167 cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON); in main()
|
/external/capstone/bindings/java/ |
D | TestPpc.java | 82 cs.setDetail(Capstone.CS_OPT_ON); in main()
|
D | TestMips.java | 76 cs.setDetail(Capstone.CS_OPT_ON); in main()
|
D | TestXcore.java | 75 cs.setDetail(Capstone.CS_OPT_ON); in main()
|
D | TestSparc.java | 83 cs.setDetail(Capstone.CS_OPT_ON); in main()
|
D | TestSystemz.java | 82 cs.setDetail(Capstone.CS_OPT_ON); in main()
|
/external/capstone/arch/Sparc/ |
D | SparcInstPrinter.c | 65 if (MI->csh->detail != CS_OPT_ON) in set_mem_access() 82 if (((cs_struct *)ud)->detail != CS_OPT_ON) in Sparc_post_printer()
|
12