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

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dcxxfilt.c33 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; variable
63 if (strip_underscore && mangled_name[skip_first] == '_')
163 strip_underscore = 0;
184 strip_underscore = 1;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dcxxfilt.c33 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; variable
63 if (strip_underscore && mangled_name[skip_first] == '_')
163 strip_underscore = 0;
184 strip_underscore = 1;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dcxxfilt.c33 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; variable
63 if (strip_underscore && mangled_name[skip_first] == '_')
163 strip_underscore = 0;
184 strip_underscore = 1;

Completed in 126 milliseconds