Home
last modified time | relevance | path

Searched refs:strip_underscore (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/binutils/
H A Dcxxfilt.c98 int strip_underscore = 0; variable
176 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()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dcxxfilt.c34 static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; variable
60 if (strip_underscore && mangled_name[skip_first] == '_') in demangle_it()
191 strip_underscore = 0; in main()
206 strip_underscore = 1; in main()
/openbsd/gnu/llvm/llvm/tools/llvm-cxxfilt/
H A DOpts.td18 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>;
/openbsd/gnu/usr.bin/binutils/gas/
H A Demul.h33 unsigned strip_underscore : 1; member
H A Dsymbols.h53 symbolS *symbol_find_base (const char *name, int strip_underscore);
H A Dsymbols.c627 symbol_find_base (const char *name, int strip_underscore) in symbol_find_base() argument
629 if (strip_underscore && *name == '_') in symbol_find_base()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Demul.h33 unsigned strip_underscore : 1; member
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-2002248 (strip_underscore): Change type from 'int' to 'bool'.
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog4170 when user specifies 'edg'. Set strip_underscore to
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-94953114 * config.bfd (m68k-bull-sysv*): Added strip_underscore=yes.
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-94953114 * config.bfd (m68k-bull-sysv*): Added strip_underscore=yes.