Searched defs:x86_op_t (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dlibdis.h234 /* x86_op_t : an X86 instruction operand */
273 } x86_op_t; typedef in typeref:struct:__anon5333
275 /* Linked list of x86_op_t; provided for manual traversal of the operand
279 x86_op_t op;
550 typedef int32_t (*DISASM_RESOLVER)( x86_op_t *op, x86_insn_t * current_insn,
612 * iterated over, and 'op' is the current x86_op_t */
613 typedef void (*x86_operand_fn)(x86_op_t *op, x86_insn_t *insn, void *arg);
651 x86_op_t * x86_operand_1st( x86_insn_t *insn );
652 x86_op_t * x86_operand_2nd( x86_insn_t *insn );
653 x86_op_t * x86_operand_3r
[all...]

Completed in 26 milliseconds