Home
last modified time | relevance | path

Searched refs:skipdata_size (Results 1 – 4 of 4) sorted by relevance

/external/capstone/arch/M68K/
DM68KModule.c25 ud->skipdata_size = 2; in M68K_global_init()
/external/capstone/
Dcs.c622 static uint8_t skipdata_size(cs_struct *handle) in skipdata_size() function
708 if (handle->skipdata_size == 0) { in cs_option()
710 handle->skipdata_size = skipdata_size(handle); in cs_option()
926 if (!handle->skipdata || handle->skipdata_size > size) in cs_disasm()
940 skipdata_bytes = handle->skipdata_size; in cs_disasm()
1136 if (!handle->skipdata || handle->skipdata_size > *size) in cs_disasm_iter()
1150 skipdata_bytes = handle->skipdata_size; in cs_disasm_iter()
Dcs_priv.h71 uint8_t skipdata_size; // how many bytes to skip member
/external/capstone/arch/M680X/
DM680XModule.c61 ud->skipdata_size = 1; in M680X_global_init()