Searched refs:cplus_demangle (Results 1 - 25 of 25) sorted by relevance

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dcxxfilt.c63 result = cplus_demangle (mangled_name + skip_first, flags);
H A Ddlltool.c1637 char *res = cplus_demangle (exp->internal_name, DMGL_ANSI | DMGL_PARAMS);
H A Dstabs.c3571 is done by calling cplus_demangle and running the results back
3573 parser, we must duplicate much of the work of cplus_demangle here.
3722 /* cplus_demangle checks for special GNU mangled forms, but we can't
3758 /* cplus_demangle checks for global constructors and destructors,
4347 s3 = cplus_demangle (s2, DMGL_ANSI);
4630 /* cplus_demangle will accept a function without a return
4838 /* cplus_demangle permits this, but I don't know what it means. */
/freebsd-11.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c310 result = cplus_demangle (inp,
326 result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
/freebsd-11.0-release/contrib/gcclibs/include/
H A Ddemangle.h39 /* Options passed to cplus_demangle (in 2nd parameter). */
124 cplus_demangle (const char *mangled, int options);
/freebsd-11.0-release/contrib/gdb/include/
H A Ddemangle.h30 /* Options passed to cplus_demangle (in 2nd parameter). */
113 cplus_demangle PARAMS ((const char *mangled, int options));
/freebsd-11.0-release/contrib/binutils/include/
H A Ddemangle.h39 /* Options passed to cplus_demangle (in 2nd parameter). */
124 cplus_demangle (const char *mangled, int options);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dcp-support.c156 char *demangled_name = cplus_demangle (physname, DMGL_ANSI | DMGL_PARAMS);
181 char *demangled_name = cplus_demangle (physname, DMGL_ANSI | DMGL_PARAMS);
H A Dgnu-v2-abi.c260 demangled_name=cplus_demangle(demangled_name,DMGL_PARAMS|DMGL_ANSI);
H A Djv-typeprint.c275 cplus_demangle (mangled_name,
H A Dcp-valprint.c147 demangled_name = cplus_demangle (TYPE_FN_FIELD_PHYSNAME (f, j),
796 vf_name = cplus_demangle (field_physname, DMGL_ARM);
H A Dc-lang.c621 cplus_demangle, /* Language specific symbol demangler */
H A Dstack.c596 cplus_demangle() fails here, it'll fail there too. So we
605 demangled = cplus_demangle (funname, DMGL_ANSI);
882 * the issue is that if cplus_demangle() fails here,
892 demangled = cplus_demangle (funname, DMGL_ANSI);
H A Dsymtab.c467 cplus_demangle (mangled, DMGL_PARAMS | DMGL_ANSI);
477 cplus_demangle (mangled,
943 demangled_name = cplus_demangle (name, DMGL_ANSI | DMGL_PARAMS);
H A Dc-typeprint.c1016 cplus_demangle (mangled_name,
H A Dlanguage.c1268 return cplus_demangle (mangled, options);
H A Dp-valprint.c662 demangled_name = cplus_demangle (TYPE_FN_FIELD_PHYSNAME (f, j),
H A Dhpread.c761 rtn_dem_name = cplus_demangle (rtn_name, DMGL_ANSI | DMGL_PARAMS);
3909 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI);
5324 * calling the demangler in libiberty (cplus_demangle()) to
5440 * calling the demangler in libiberty (cplus_demangle()) to
6050 * FIXME Not being used now for anything -- cplus_demangle seems
H A Dgdbtypes.c1526 char *demangled_name = cplus_demangle (mangled_name,
/freebsd-11.0-release/contrib/gcc/
H A Dtlink.c596 const char *p = cplus_demangle (sym->key, DMGL_PARAMS | DMGL_ANSI);
H A Dtree-mudflap.c176 declname = cplus_demangle (IDENTIFIER_POINTER (DECL_NAME (decl)),
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c33 /* This file exports two functions; cplus_mangle_opname and cplus_demangle.
115 Using a shared structure allows cplus_demangle to be reentrant. */
817 /* char *cplus_demangle (const char *mangled, int options)
833 cplus_demangle ("foo__1Ai", DMGL_PARAMS) => "A::foo(int)"
834 cplus_demangle ("foo__1Ai", DMGL_PARAMS | DMGL_ANSI) => "A::foo(int)"
835 cplus_demangle ("foo__1Ai", 0) => "A::foo"
837 cplus_demangle ("foo__1Afe", DMGL_PARAMS) => "A::foo(float,...)"
838 cplus_demangle ("foo__1Afe", DMGL_PARAMS | DMGL_ANSI)=> "A::foo(float,...)"
839 cplus_demangle ("foo__1Afe", 0) => "A::foo"
846 cplus_demangle (cons function
[all...]
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dbfd.c1718 Wrapper around cplus_demangle. Strips leading underscores and
1759 res = cplus_demangle (name, options);
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c33 /* This file exports two functions; cplus_mangle_opname and cplus_demangle.
115 Using a shared structure allows cplus_demangle to be reentrant. */
817 /* char *cplus_demangle (const char *mangled, int options)
833 cplus_demangle ("foo__1Ai", DMGL_PARAMS) => "A::foo(int)"
834 cplus_demangle ("foo__1Ai", DMGL_PARAMS | DMGL_ANSI) => "A::foo(int)"
835 cplus_demangle ("foo__1Ai", 0) => "A::foo"
837 cplus_demangle ("foo__1Afe", DMGL_PARAMS) => "A::foo(float,...)"
838 cplus_demangle ("foo__1Afe", DMGL_PARAMS | DMGL_ANSI)=> "A::foo(float,...)"
839 cplus_demangle ("foo__1Afe", 0) => "A::foo"
846 cplus_demangle (cons function
[all...]
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlang.c6569 cxx_sym = cplus_demangle (sym, DMGL_PARAMS | DMGL_ANSI);
6575 java_sym = cplus_demangle (sym, DMGL_JAVA);

Completed in 486 milliseconds