OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cplus_demangle
(Results
1 - 25
of
40
) sorted by null
1
2
/external/linux-tools-perf/config/
feature-tests.mak
110
extern char *
cplus_demangle
(const char *, int);
114
cplus_demangle
(0, 0);
/external/oprofile/libregex/
demangle_symbol.cpp
28
extern "C" char *
cplus_demangle
(char const * mangled, int options);
45
char * unmangled =
cplus_demangle
(tmp.c_str(), DMGL_PARAMS | DMGL_ANSI);
demangle_symbol.h
20
/// use
cplus_demangle
()
/external/oprofile/m4/
binutils.m4
7
AC_CHECK_LIB(iberty,
cplus_demangle
,, AC_MSG_ERROR([liberty library not found]))
/external/linux-tools-perf/util/
symbol.h
26
extern char *
cplus_demangle
(const char *, int);
30
return
cplus_demangle
(c, i);
/external/valgrind/main/coregrind/m_demangle/
cplus-dem.c
33
/* This file exports two functions; cplus_mangle_opname and
cplus_demangle
.
131
Using a shared structure allows
cplus_demangle
to be reentrant. */
830
/* char *
cplus_demangle
(const char *mangled, int options)
846
cplus_demangle
("foo__1Ai", DMGL_PARAMS) => "A::foo(int)"
847
cplus_demangle
("foo__1Ai", DMGL_PARAMS | DMGL_ANSI) => "A::foo(int)"
848
cplus_demangle
("foo__1Ai", 0) => "A::foo"
850
cplus_demangle
("foo__1Afe", DMGL_PARAMS) => "A::foo(float,...)"
851
cplus_demangle
("foo__1Afe", DMGL_PARAMS | DMGL_ANSI)=> "A::foo(float,...)"
852
cplus_demangle
("foo__1Afe", 0) => "A::foo"
859
ML_(
cplus_demangle
) (const char *mangled, int options
function
[
all
...]
demangle.h
41
/* Options passed to
cplus_demangle
(in 2nd parameter). */
132
ML_(
cplus_demangle
) (const char *mangled, int options);
demangle.c
110
demangled = ML_(
cplus_demangle
) ( orig, DMGL_ANSI | DMGL_PARAMS );
/external/gcc-demangle/
demangle.h
39
/* Options passed to
cplus_demangle
(in 2nd parameter). */
124
cplus_demangle
(const char *mangled, int options);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/
libiberty.a
70
?? v? v? ?h ?h ?h ?4 ? ? ? ? C C C C ?H ?H ?H ?H ?? ?? ? ? #$ #$ #$ #$ #$ #$ #$ #$ #$ #$ ?? ?? ?? ` ` ` +? +? +? +? +? +? +? +? +? +? +? +? +? +? ? t ?? Q? r ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?( ?( ?( 6? 6? 6? g8 ?\ ?X ?X ?? ?? ?? ?? ?? ?? L @ 8| R?xre_set_syntax xre_syntax_options xre_set_registers xregfree xregerror xre_max_failures xre_compile_fastmap xre_match_2 xre_match xre_search_2 xre_search xregexec xre_exec xre_comp xre_compile_pattern xregcomp set_cplus_marker_for_demangling cplus_demangle_set_style libiberty_demanglers current_demangling_style ada_demangle cplus_mangle_opname cplus_demangle_name_to_style
cplus_demangle