Home
last modified time | relevance | path

Searched defs:cs_struct (Results 1 – 2 of 2) sorted by relevance

/external/capstone/
Dcs_priv.h51 struct cs_struct { struct
52 cs_arch arch;
53 cs_mode mode;
54 Printer_t printer; // asm printer
55 void *printer_info; // aux info for printer
56 Disasm_t disasm; // disassembler
57 void *getinsn_info; // auxiliary info for printer
58 GetName_t reg_name;
59 GetName_t insn_name;
60 GetName_t group_name;
[all …]
DMCInst.h25 typedef struct cs_struct cs_struct; typedef