Searched refs:format_seg (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 285 static int format_seg( x86_op_t *op, char *buf, int len, in format_seg() function 697 len -= format_seg( op, buf, len, att_syntax ); in format_operand_att() 706 len -= format_seg( op, buf, len, att_syntax ); in format_operand_att() 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() 856 len -= format_seg( op, buf, len, xml_syntax ); in format_operand_xml() 867 len -= format_seg( op, buf, len, xml_syntax ); in format_operand_xml() 957 len -= format_seg( op, buf, len, native_syntax ); in format_operand_raw() 969 len -= format_seg( op, buf, len, xml_syntax ); in format_operand_raw()
|