Searched refs:x86_format_operand (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 983 int x86_format_operand( x86_op_t *op, char *buf, int len, in x86_format_operand() function 1200 x86_format_operand( x86_operand_1st(insn), str, in format_xml_insn() 1208 x86_format_operand( x86_operand_2nd( insn ), str, in format_xml_insn() 1216 x86_format_operand( x86_operand_3rd(insn), str, in format_xml_insn() 1317 x86_format_operand( dst, str, MAX_OP_STRING, format); in x86_format_insn() 1326 x86_format_operand( src, str, MAX_OP_STRING, format); in x86_format_insn() 1333 x86_format_operand( x86_operand_3rd( insn ), in x86_format_insn() 1349 x86_format_operand(x86_operand_3rd( insn ), in x86_format_insn() 1369 x86_format_operand(src, str, MAX_OP_STRING, format); in x86_format_insn() 1379 x86_format_operand( dst, str, MAX_OP_STRING, format); in x86_format_insn() [all …]
|
D | libdis.h | 739 int x86_format_operand(x86_op_t *op, char *buf, int len,
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 173 int x86_format_operand(x86_op_t *op, char *buf, int len, 211 x86_format_operand( self, buf, len, format ); in format()
|
D | libdisasm.i | 67 %rename(operand_format) x86_format_operand;
|