Searched refs:strip_underscore (Results 1 – 11 of 11) sorted by relevance
98 int strip_underscore = 0; variable176 strip_underscore = TARGET_PREPENDS_UNDERSCORE; in main()188 strip_underscore = 0; in main()197 strip_underscore = 1; in main()265 if (strip_underscore && mbuffer[skip_first] == '_') in main()
34 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; variable60 if (strip_underscore && mangled_name[skip_first] == '_') in demangle_it()191 strip_underscore = 0; in main()206 strip_underscore = 1; in main()
18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the lea…25 def : F<"_", "Alias for --strip-underscore">, Alias<strip_underscore>;
33 unsigned strip_underscore : 1; member
53 symbolS *symbol_find_base (const char *name, int strip_underscore);
627 symbol_find_base (const char *name, int strip_underscore) in symbol_find_base() argument629 if (strip_underscore && *name == '_') in symbol_find_base()
248 (strip_underscore): Change type from 'int' to 'bool'.
4170 when user specifies 'edg'. Set strip_underscore to
3114 * config.bfd (m68k-bull-sysv*): Added strip_underscore=yes.