Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 25 of 244) sorted by relevance

12345678910

/openbsd-src/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>;
27 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>;
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dpackagev.t166 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 Dmpw-make.sed6 "{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 Dmpw-config.in9 Set underscore 0
12 Set underscore 1
17 Echo "UNDERSCORE = " {underscore} >> "{o}"mk.tmp
H A Dconfig.in202 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
/openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/
H A Dgen-msvc-exports.py54 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 DCMakeLists.txt133 set(GEN_UNDERSCORE "--underscore")
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-cxxfilt.rst51 .. 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 Dt-ppcgas6 fleading-underscore
14 MULTILIB_EXCEPTIONS = *mcall-aix/*fleading-underscore* \
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-cris.texi42 @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 Dc-xtensa.texi140 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 Dc-cris.texi43 @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 Dc-xtensa.texi162 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 DChangeLog132 (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 DMILexer.h36 underscore, enumerator
204 return Kind == NamedRegister || Kind == underscore || in isRegister()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dt-ppcgas5 fleading-underscore
/openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dbase64url.t34 underscore Pz8_ ???
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dt-arm-elf29 # MULTILIB_OPTIONS += fno-leading-underscore/fleading-underscore
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dt-arm-elf45 # MULTILIB_OPTIONS += fno-leading-underscore/fleading-underscore
/openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/
H A DInternals.pod16 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 Dobjects.README19 those will be converted to underscore.
/openbsd-src/gnu/usr.bin/perl/
H A Dvutil.c179 /* 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 Dversion.pod234 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 DREADME27 such functions have kept their old, underscore-free names in this update.)
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dinvoke.texi204 -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 …]

12345678910