| /openbsd-src/gnu/llvm/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 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>; 27 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>;
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | packagev.t | 166 1.02_03 fail pass pass underscore 167 v1.2_3 fail pass pass underscore 168 v1.02_03 fail pass pass underscore 169 0_ fail fail na underscore 170 1_ fail fail na underscore 171 1_. fail fail na underscore 172 1.1_ fail fail na underscore 173 1.02_03_04 fail fail na underscore
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | mpw-make.sed | 6 "{o}"underscore.c.o \\Option-f "{o}"underscore.c\ 59 /underscore/s/"{s}"underscore\.c/"{o}"underscore.c/g 60 /underscore/s/^underscore\.c/"{o}"underscore\.c/
|
| H A D | mpw-config.in | 9 Set underscore 0 12 Set underscore 1 17 Echo "UNDERSCORE = " {underscore} >> "{o}"mk.tmp
|
| H A D | config.in | 202 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/ |
| H A D | gen-msvc-exports.py | 54 def gen_llvm_c_export(output, underscore, libs, nm): argument 64 p = _UNDERSCORE_REGEX[underscore] 112 gen_llvm_c_export(ns.output, ns.underscore, libs, ns.nm)
|
| H A D | CMakeLists.txt | 133 set(GEN_UNDERSCORE "--underscore")
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxfilt.rst | 51 .. option:: --no-strip-underscore, -n 53 Do not strip a leading underscore. This is the default for all platforms 56 .. option:: --strip-underscore, -_ 58 Strip a single leading underscore, if present, from each input name before
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | t-ppcgas | 6 fleading-underscore 14 MULTILIB_EXCEPTIONS = *mcall-aix/*fleading-underscore* \
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-cris.texi | 42 @cindex @option{--underscore} command line option, CRIS 43 @cindex @option{--no-underscore} command line option, CRIS 44 @cindex CRIS @option{--underscore} command line option 45 @cindex CRIS @option{--no-underscore} command line option 51 is specified by either of the options @option{--underscore} and 52 @option{--no-underscore}. The default is @option{--underscore}. 54 @samp{_} prefix, specifying @option{--no-underscore} when 57 differently (@pxref{crisnous}). The @option{--no-underscore} 242 the option @option{--no-underscore} is specified or when the 283 of the option @option{--no-underscore}. If this directive is [all …]
|
| H A D | c-xtensa.texi | 140 machine instructions. Prefixing an opcode with an underscore character 142 leading underscore are generic, which means the assembler is required to 157 Note that this special handling of underscore prefixes only applies to 159 When an underscore prefix is used with a macro (e.g., @code{_NOP}), it 161 macros both with and without the underscore prefix, where the underscore 162 versions behave as if the underscore carries through to the instructions 165 The underscore prefix only applies to individual instructions, not to 167 underscore prefixes, the assembler will not transform the individual 488 machine instruction. An underscore prefix identifying a specific opcode 571 Disabling generics is roughly equivalent to adding an underscore prefix
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-cris.texi | 43 @cindex @option{--underscore} command line option, CRIS 44 @cindex @option{--no-underscore} command line option, CRIS 45 @cindex CRIS @option{--underscore} command line option 46 @cindex CRIS @option{--no-underscore} command line option 52 is specified by either of the options @option{--underscore} and 53 @option{--no-underscore}. The default is @option{--underscore}. 55 @samp{_} prefix, specifying @option{--no-underscore} when 58 differently (@pxref{crisnous}). The @option{--no-underscore} 330 the option @option{--no-underscore} is specified or when the 371 of the option @option{--no-underscore}. If this directive is [all …]
|
| H A D | c-xtensa.texi | 162 If an opcode name is prefixed with an underscore character (@samp{_}), 164 underscore prefix disables both optimization (@pxref{Xtensa 167 use the underscore prefix when it is essential to select the exact 172 Note that this special handling of underscore prefixes only applies to 174 When an underscore prefix is used with a macro (e.g., @code{_MOV}), it 176 macros both with and without the underscore prefix, where the underscore 177 versions behave as if the underscore carries through to the instructions 180 The underscore prefix only applies to individual instructions, not to 182 underscore prefixes, the assembler will not transform the individual 225 density option. This translation can be disabled by using underscore [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog | 132 (xlate): Also add underscore to stdcall symbol if 134 (usage): Document --add-stdcall-underscore option. 136 (long_options): Use it for --add-stdcall-underscore option. 138 * doc/binutils.texi: Document --add-stdcall-underscore option 139 and differentiate from --add-underscore.
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 36 underscore, enumerator 204 return Kind == NamedRegister || Kind == underscore || in isRegister()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | t-ppcgas | 5 fleading-underscore
|
| /openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/ |
| H A D | base64url.t | 34 underscore Pz8_ ???
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | t-arm-elf | 29 # MULTILIB_OPTIONS += fno-leading-underscore/fleading-underscore
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | t-arm-elf | 45 # MULTILIB_OPTIONS += fno-leading-underscore/fleading-underscore
|
| /openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/ |
| H A D | Internals.pod | 16 optionally a single underscore. This corresponds to what Perl itself 28 underscore, see L<Alpha Versions>, even though these must be quoted 29 to preserve the underscore formatting. 34 point and may have an optional embedded underscore, see L<Dotted-Decimal 113 releases with an underscore in the version string. (See L<CPAN>.) version.pm 116 last element may be separated by an underscore: 155 Perl will treat the number as octal. A trailing underscore plus one 167 underscore is permitted and a leading zero is permitted. Just like 346 underscore can only appear in the last position. See L<version/is_alpha()>.
|
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | objects.README | 19 those will be converted to underscore.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | vutil.c | 179 /* underscore can't come after integer part */ in Perl_prescan_version2() 187 BADVERSION(s,errstr,"Invalid version format (misplaced underscore)"); in Perl_prescan_version2() 223 BADVERSION(s,errstr,"Invalid version format (misplaced underscore)"); in Perl_prescan_version2() 271 object if it contains an underscore (which denotes this in Perl_scan_version2() 552 static const char underscore[] = "_"; in Perl_new_version2() 555 under = ninstr(raw, raw+len, underscore, underscore + 1); 530 static const char underscore[] = "_"; Perl_new_version2() local
|
| /openbsd-src/gnu/usr.bin/perl/cpan/version/lib/ |
| H A D | version.pod | 234 a trailing underscore segment) compare as less than the equivalent 235 version without an underscore: 245 True if and only if the version object was created with a underscore, e.g.
|
| /openbsd-src/lib/libc/time/ |
| H A D | README | 27 such functions have kept their old, underscore-free names in this update.)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 204 -fzeros -fno-second-underscore @gol 354 namespace (generally, names with a leading underscore) are liable to 1868 @cindex underscore 1876 to names with underscores and one underscore to external names with 1879 The @option{-fno-second-underscore} option disables appending of the 1880 second underscore in all cases.) 1940 @cindex -fno-second-underscore option 1941 @cindex options, -fno-second-underscore 1942 @item -fno-second-underscore 1943 @cindex underscore [all …]
|