Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dx86_insn.c20 x86_oplist_t *op_lst; in x86_get_address() local
25 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() local
46 for (op_lst = insn->operands; op_lst; op_lst = op_lst->next ) { in x86_get_rel_offset()
[all …]