Home
last modified time | relevance | path

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

/external/capstone/suite/cstest/src/
Dcapstone_test.c109 char **offset_opcode; in test_single_MC() local
115 offset_opcode = split(list_part[0], ": ", &size_offset_opcode); in test_single_MC()
117 offset = (unsigned int)strtol(offset_opcode[0], NULL, 16); in test_single_MC()
118 list_byte = split(offset_opcode[1], ",", &size_byte); in test_single_MC()
121 list_byte = split(offset_opcode[0], ",", &size_byte); in test_single_MC()
133 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
141 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
181 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
193 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
201 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
[all …]