Home
last modified time | relevance | path

Searched defs:cs_detail (Results 1 – 4 of 4) sorted by relevance

/external/capstone/include/capstone/
Dcapstone.h288 typedef struct cs_detail { struct
289 uint16_t regs_read[16]; ///< list of implicit registers read by this insn
290 uint8_t regs_read_count; ///< number of implicit registers read by this insn
314 } cs_detail; argument
/external/capstone/bindings/vb6/
DModule1.bas90 Public Type cs_detail type
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1416 $cs_detail = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
421 $cs_detail = $cs_detail.GetType() in Get-CapstoneDisassembly() variable
/external/capstone/bindings/java/capstone/
DCapstone.java55 public _cs_detail.ByReference cs_detail; field in Capstone._cs_insn