HomeSort by relevance Sort by last modified time
    Searched refs:current_demangling_style (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
cxxfilt.c 233 switch (current_demangling_style)
  /external/valgrind/coregrind/m_demangle/
demangle.h 69 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
110 #define CURRENT_DEMANGLING_STYLE current_demangling_style
111 #define AUTO_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_AUTO)
112 #define GNU_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_GNU)
113 #define LUCID_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_LUCID)
114 #define ARM_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_ARM)
115 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
116 #define EDG_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_EDG
    [all...]
cplus-dem.c 69 #undef CURRENT_DEMANGLING_STYLE
70 #define CURRENT_DEMANGLING_STYLE work->options
111 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
809 current_demangling_style = style;
810 return current_demangling_style;
864 if (current_demangling_style == no_demangling)
870 work->options |= (int) current_demangling_style & DMGL_STYLE_MASK;
    [all...]
  /toolchain/binutils/binutils-2.25/include/
demangle.h 68 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
111 #define CURRENT_DEMANGLING_STYLE current_demangling_style
112 #define AUTO_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_AUTO)
113 #define GNU_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_GNU)
114 #define LUCID_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_LUCID)
115 #define ARM_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_ARM)
116 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
117 #define EDG_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_EDG
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 60 #undef CURRENT_DEMANGLING_STYLE
61 #define CURRENT_DEMANGLING_STYLE work->options
93 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
798 current_demangling_style = style;
799 return current_demangling_style;
853 if (current_demangling_style == no_demangling)
859 work->options |= (int) current_demangling_style & DMGL_STYLE_MASK;
    [all...]

Completed in 288 milliseconds