Home
last modified time | relevance | path

Searched refs:DMGL_RET_POSTFIX (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/include/
Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
DChangeLog36 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
/openbsd/src/gnu/lib/libiberty/include/
Ddemangle.h38 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Ddemangle.h38 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
DChangeLog60 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
/openbsd/src/gnu/lib/libiberty/src/
Dcp-demangle.c3037 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()
3062 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
3066 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
4023 demangled = d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3()
DChangeLog101 the DMGL_RET_POSTFIX option is present.
102 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle