Lines Matching refs:cs_struct

54 cs_err (*arch_init[MAX_ARCH])(cs_struct *) = { NULL };
55 cs_err (*arch_option[MAX_ARCH]) (cs_struct *, cs_opt_type, size_t value) = { NULL };
56 void (*arch_destroy[MAX_ARCH]) (cs_struct *) = { NULL };
192 struct cs_struct *ud; in cs_errno()
196 ud = (struct cs_struct *)(uintptr_t)handle; in cs_errno()
238 struct cs_struct *ud; in cs_open()
282 struct cs_struct *ud; in cs_close()
288 ud = (struct cs_struct *)(*handle); in cs_close()
306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci, in fill_insn()
357 static uint8_t skipdata_size(cs_struct *handle) in skipdata_size()
392 struct cs_struct *handle; in cs_option()
409 handle = (struct cs_struct *)(uintptr_t)ud; in cs_option()
474 struct cs_struct *handle; in cs_disasm()
491 handle = (struct cs_struct *)(uintptr_t)ud; in cs_disasm()
702 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_malloc()
730 struct cs_struct *handle; in cs_disasm_iter()
735 handle = (struct cs_struct *)(uintptr_t)ud; in cs_disasm_iter()
821 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_reg_name()
833 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_insn_name()
845 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud; in cs_group_name()
869 struct cs_struct *handle; in cs_insn_group()
873 handle = (struct cs_struct *)(uintptr_t)ud; in cs_insn_group()
896 struct cs_struct *handle; in cs_reg_read()
900 handle = (struct cs_struct *)(uintptr_t)ud; in cs_reg_read()
923 struct cs_struct *handle; in cs_reg_write()
927 handle = (struct cs_struct *)(uintptr_t)ud; in cs_reg_write()
950 struct cs_struct *handle; in cs_op_count()
955 handle = (struct cs_struct *)(uintptr_t)ud; in cs_op_count()
1027 struct cs_struct *handle; in cs_op_index()
1032 handle = (struct cs_struct *)(uintptr_t)ud; in cs_op_index()