Lines Matching defs:ud
425 struct cs_struct *ud; in cs_errno() local
477 struct cs_struct *ud; in cs_open() local
524 struct cs_struct *ud; in cs_close() local
670 cs_err CAPSTONE_API cs_option(csh ud, cs_opt_type type, size_t value) in cs_option()
822 size_t CAPSTONE_API cs_disasm(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_t c… in cs_disasm()
1033 size_t CAPSTONE_API cs_disasm_ex(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_… in cs_disasm_ex()
1052 cs_insn * CAPSTONE_API cs_malloc(csh ud) in cs_malloc()
1080 bool CAPSTONE_API cs_disasm_iter(csh ud, const uint8_t **code, size_t *size, in cs_disasm_iter()
1176 const char * CAPSTONE_API cs_reg_name(csh ud, unsigned int reg) in cs_reg_name()
1188 const char * CAPSTONE_API cs_insn_name(csh ud, unsigned int insn) in cs_insn_name()
1200 const char * CAPSTONE_API cs_group_name(csh ud, unsigned int group) in cs_group_name()
1212 bool CAPSTONE_API cs_insn_group(csh ud, const cs_insn *insn, unsigned int group_id) in cs_insn_group()
1239 bool CAPSTONE_API cs_reg_read(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_read()
1266 bool CAPSTONE_API cs_reg_write(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_write()
1293 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type) in cs_op_count()
1396 int CAPSTONE_API cs_op_index(csh ud, const cs_insn *insn, unsigned int op_type, in cs_op_index()
1539 cs_err CAPSTONE_API cs_regs_access(csh ud, const cs_insn *insn, in cs_regs_access()