Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dx86_insn.c143 case op_bounds32: return 8; in x86_operand_size()
Dia32_operand.c254 op->datatype = (size == 4) ? op_bounds32 : op_bounds16; in decode_operand_size()
Dlibdis.h196 op_bounds32 = 19, /* signed 32:32 lower:upper bounds */ enumerator
Dx86_format.c395 case op_bounds32: return types[23]; in get_operand_datatype_str()