Searched refs:CS_OPT_OFF (Results 1 – 6 of 6) sorted by relevance
76 CS_OPT_OFF, in test()87 CS_OPT_OFF, in test()
61 CS_OPT_OFF = 0 ' Turn OFF an option - default option of CS_OPT_DETAIL, CS_OPT_SKIPDATA.
331 public static final int CS_OPT_OFF = 0; // Turn OFF an option - default option of CS_OPT_DETAIL field in Capstone386 this.detail = CS_OPT_OFF; in Capstone()
153 CS_OPT_OFF = 0 # Turn OFF an option - default option of CS_OPT_DETAIL variable775 status = _cs.cs_option(self.csh, CS_OPT_SKIPDATA, CS_OPT_OFF)814 status = _cs.cs_option(self.csh, CS_OPT_DETAIL, CS_OPT_OFF)
143 CS_OPT_OFF = 0, // Turn OFF an option - default option of CS_OPT_DETAIL, CS_OPT_SKIPDATA. enumerator
258 ud->detail = CS_OPT_OFF; in cs_open()