Searched refs:skipdata (Results 1 – 9 of 9) sorted by relevance
19 size_t skipdata; member49 cs_opt_skipdata skipdata = { in test() local80 (size_t) &skipdata, in test()126 cs_option(handle, platforms[i].opt_skipdata, platforms[i].skipdata); in test()
43 namespace skipdata { namespace117 skipdata::test(); in test()
40 md.skipdata = True
296 bool skipdata = false; in main() local302 skipdata = true; in main()418 if (skipdata) in main()
70 bool skipdata; // set this to True if we skip data when disassembling member
706 handle->skipdata = (value == CS_OPT_ON); in cs_option()707 if (handle->skipdata) { in cs_option()926 if (!handle->skipdata || handle->skipdata_size > size) in cs_disasm()1136 if (!handle->skipdata || handle->skipdata_size > *size) in cs_disasm_iter()
11 - cstool has new option -s to turn on skipdata mode.35 - Fix skipdata setup.147 - Raise error on accessing irrelevant data fields if skipdata & detail modes are enable.260 - Cast skipdata function inside binding to simplify the API
45 http://capstone-engine.org/skipdata.html
892 def skipdata(self): member in Cs897 @skipdata.setter898 def skipdata(self, opt): member in Cs