Searched refs:x86_operand_foreach (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_operand_list.c | 71 int x86_operand_foreach( x86_insn_t *insn, x86_operand_fn func, void *arg, in x86_operand_foreach() function 164 x86_operand_foreach( insn, count_operand, &count, type ); in x86_operand_count()
|
D | libdis.h | 644 int x86_operand_foreach( x86_insn_t *insn, x86_operand_fn func, void *arg,
|
D | ia32_insn.c | 337 x86_operand_foreach( insn, reg_32_to_16, NULL, op_any ); in ia32_decode_insn()
|
D | x86_format.c | 1159 x86_operand_foreach( insn, format_op_raw, &opstr, op_any ); in format_raw_insn()
|