Lines Matching refs:csh
67 typedef size_t csh; typedef
361 cs_err CAPSTONE_API cs_open(cs_arch arch, cs_mode mode, csh *handle);
378 cs_err CAPSTONE_API cs_close(csh *handle);
395 cs_err CAPSTONE_API cs_option(csh handle, cs_opt_type type, size_t value);
406 cs_err CAPSTONE_API cs_errno(csh handle);
454 size_t CAPSTONE_API cs_disasm(csh handle,
466 size_t CAPSTONE_API cs_disasm_ex(csh handle,
492 cs_insn * CAPSTONE_API cs_malloc(csh handle);
530 bool CAPSTONE_API cs_disasm_iter(csh handle,
548 const char * CAPSTONE_API cs_reg_name(csh handle, unsigned int reg_id);
563 const char * CAPSTONE_API cs_insn_name(csh handle, unsigned int insn_id);
578 const char * CAPSTONE_API cs_group_name(csh handle, unsigned int group_id);
597 bool CAPSTONE_API cs_insn_group(csh handle, const cs_insn *insn, unsigned int group_id);
615 bool CAPSTONE_API cs_reg_read(csh handle, const cs_insn *insn, unsigned int reg_id);
633 bool CAPSTONE_API cs_reg_write(csh handle, const cs_insn *insn, unsigned int reg_id);
649 int CAPSTONE_API cs_op_count(csh handle, const cs_insn *insn, unsigned int op_type);
668 int CAPSTONE_API cs_op_index(csh handle, const cs_insn *insn, unsigned int op_type,