Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Ddisassembler_x86.cc97 case libdis::op_expression: in NextInstruction()
121 if (dest && dest->type == libdis::op_expression && in NextInstruction()
124 if (src && src->type == libdis::op_expression && in NextInstruction()
131 if ((dest && dest->type == libdis::op_expression && in NextInstruction()
133 (src && src->type == libdis::op_expression && in NextInstruction()
145 if (dest && dest->type == libdis::op_expression && in NextInstruction()
148 if (src && src->type == libdis::op_expression && in NextInstruction()
159 case libdis::op_expression: in NextInstruction()
218 if (!operand || operand->type != libdis::op_expression) in setBadRead()
232 if (!operand || operand->type != libdis::op_expression) in setBadWrite()
/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c179 op->type = op_expression; in decode_operand_value()
186 op->type = op_expression; in decode_operand_value()
420 if ( op->type == op_expression || op->type == op_offset ) { in ia32_decode_operand()
Dx86_format.c293 if ( op->type != op_offset && op->type != op_expression ){ in format_seg()
701 case op_expression: in format_operand_att()
769 case op_expression: in format_operand_native()
851 case op_expression: in format_operand_xml()
952 case op_expression: in format_operand_raw()
1014 op->type == op_expression || \
Dia32_modrm.c231 op->type = op_expression; in ia32_modrm_decode()
Dia32_invariant.c92 op->type = op_expression;
Dlibdis.h165 op_expression = 6, /* Address expression (scale/index/base/disp) */ enumerator
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i106 op_expression = 6, enumerator