Searched refs:op_lst (Results 1 - 1 of 1) sorted by path

/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_insn.c20 x86_oplist_t *op_lst; local
25 for (op_lst = insn->operands; op_lst; op_lst = op_lst->next ) {
26 if ( op_lst->op.type == op_offset ) {
27 return op_lst->op.data.offset;
28 } else if ( op_lst->op.type == op_absolute ) {
29 if ( op_lst->op.datatype == op_descr16 ) {
31 op_lst
41 x86_oplist_t *op_lst; local
58 x86_oplist_t *op_lst; local
72 x86_oplist_t *op_lst; local
[all...]

Completed in 148 milliseconds