Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c32 char _tmp[MAX_OP_STRING]; \
163 char str[MAX_OP_STRING]; in format_expr()
648 char str[MAX_OP_STRING]; in format_operand_att()
722 char str[MAX_OP_STRING]; in format_operand_native()
786 char str[MAX_OP_STRING] = "\0"; in format_operand_xml()
1073 char str[MAX_OP_STRING]; in x86_format_mnemonic()
1304 char str[MAX_OP_STRING]; in x86_format_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()
1334 str, MAX_OP_STRING, format); in x86_format_insn()
[all …]
Dlibdis.h99 #define MAX_OP_STRING 32 /* max possible operand size in string form */ macro
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i15 #define MAX_OP_STRING 32 macro
206 len = MAX_OP_STRING; in format()
1068 return MAX_OP_STRING; in max_operand_string()
Dlibdisasm.i482 return MAX_OP_STRING; in x86_max_operand_string()