Searched refs:op_lst (Results 1 – 1 of 1) sorted by relevance
20 x86_oplist_t *op_lst; in x86_get_address() local25 for (op_lst = insn->operands; op_lst; op_lst = op_lst->next ) { in x86_get_address()26 if ( op_lst->op.type == op_offset ) { in x86_get_address()27 return op_lst->op.data.offset; in x86_get_address()28 } else if ( op_lst->op.type == op_absolute ) { in x86_get_address()29 if ( op_lst->op.datatype == op_descr16 ) { in x86_get_address()31 op_lst->op.data.absolute.offset.off16; in x86_get_address()33 return op_lst->op.data.absolute.offset.off32; in x86_get_address()41 x86_oplist_t *op_lst; in x86_get_rel_offset() local46 for (op_lst = insn->operands; op_lst; op_lst = op_lst->next ) { in x86_get_rel_offset()[all …]