OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_relative_far
(Results
1 - 7
of
7
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
x86_disasm.c
121
} else if ( op->type ==
op_relative_far
) {
x86_insn.c
49
} else if ( op_lst->op.type ==
op_relative_far
) {
libdis.h
163
op_relative_far
= 4, /* Relative offset from IP */
enumerator in enum:x86_op_type
173
( optype == op_relative_near || optype ==
op_relative_far
)
[
all
...]
ia32_invariant.c
246
op_relative_far
;
ia32_operand.c
154
op->type =
op_relative_far
;
x86_format.c
668
case
op_relative_far
:
740
case
op_relative_far
:
818
case
op_relative_far
:
922
case
op_relative_far
:
[
all
...]