Searched refs:native_syntax (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 57 native_syntax, /* header: 35 bytes */ enumerator 201 case native_syntax: in format() 597 case native_syntax: in format() 991 case native_syntax: in format_header() 1063 case native_syntax: in max_operand_string() 1082 case native_syntax: in max_insn_string()
|
D | libdisasm.i | 477 case native_syntax: in x86_max_operand_string() 496 case native_syntax: in x86_max_insn_string()
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 765 len -= format_seg( op, buf, len, native_syntax ); in format_operand_native() 770 len -= format_seg( op, buf, len, native_syntax ); in format_operand_native() 772 native_syntax ); in format_operand_native() 957 len -= format_seg( op, buf, len, native_syntax ); in format_operand_raw() 1003 case native_syntax: in x86_format_operand() 1236 case native_syntax: in x86_format_header()
|
D | libdis.h | 727 native_syntax, /* header: 35 bytes */ enumerator
|