Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i17 #define MAX_OP_XML_STRING 256 macro
196 len = MAX_OP_XML_STRING; in format()
1058 return MAX_OP_XML_STRING; in max_operand_string()
Dlibdisasm.i472 return MAX_OP_XML_STRING; in x86_max_operand_string()
/external/google-breakpad/src/third_party/libdisasm/
Dlibdis.h97 #define MAX_OP_XML_STRING 256 /* max possible operand size in xml form */ macro
Dx86_format.c1165 char str[MAX_OP_XML_STRING]; in format_xml_insn()