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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dcxxfilt.c53 unsigned int skip_first = 0; local
59 ++skip_first;
60 if (strip_underscore && mangled_name[skip_first] == '_')
61 ++skip_first;
63 result = cplus_demangle (mangled_name + skip_first, flags);

Completed in 35 milliseconds