Searched refs:CPLUS_MARKER (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c76 using various common values of CPLUS_MARKER, as well as any specific
79 is in that string. CPLUS_MARKER is usually '$' on systems where the
82 current defined CPLUS_MARKER first (which defaults to '$'), followed
84 the value of CPLUS_MARKER is not '$'.
91 #if !defined (CPLUS_MARKER)
92 #define CPLUS_MARKER '$' macro
97 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' };
1031 string to be demangled contains a CPLUS_MARKER. If so, attempt to
2800 /* Found a GNU style destructor, get past "_<CPLUS_MARKER>_" */
2813 /* Found a GNU style virtual table, get past "_vt<CPLUS_MARKER>"
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c76 using various common values of CPLUS_MARKER, as well as any specific
79 is in that string. CPLUS_MARKER is usually '$' on systems where the
82 current defined CPLUS_MARKER first (which defaults to '$'), followed
84 the value of CPLUS_MARKER is not '$'.
91 #if !defined (CPLUS_MARKER)
92 #define CPLUS_MARKER '$' macro
97 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' };
1031 string to be demangled contains a CPLUS_MARKER. If so, attempt to
2800 /* Found a GNU style destructor, get past "_<CPLUS_MARKER>_" */
2813 /* Found a GNU style virtual table, get past "_vt<CPLUS_MARKER>"
[all...]

Completed in 112 milliseconds