Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 120) sorted by relevance

12345

/ndk/build/tools/toolchain-patches/llvm/
D0017-Add-Android-specific-default.patch15 - if (Args.hasArg(options::OPT_mehabi)) {
16 + if (isAndroid || Args.hasArg(options::OPT_mehabi)) {
24 - if (Args.hasArg(options::OPT_mignore_has_ras)) {
25 + if (isAndroid || Args.hasArg(options::OPT_mignore_has_ras)) {
35 if (!Args.hasFlag(options::OPT_mred_zone,
36 options::OPT_mno_red_zone,
47 for (arg_iterator it = Args.filtered_begin(options::OPT_m_x86_Features_Group),
51 bool KernelOrKext = Args.hasArg(options::OPT_mkernel,
52 options::OPT_fapple_kext);
60 options::OPT_fpic, options::OPT_fno_pic,
[all …]
D0005-MIPS-Pass-KPIC-argument-to-MIPS-assembler-if-necessa.patch20 + Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
21 + options::OPT_fpic, options::OPT_fno_pic,
22 + options::OPT_fPIE, options::OPT_fno_PIE,
23 + options::OPT_fpie, options::OPT_fno_pie);
25 + (LastPICArg->getOption().matches(options::OPT_fPIC) ||
26 + LastPICArg->getOption().matches(options::OPT_fpic) ||
27 + LastPICArg->getOption().matches(options::OPT_fPIE) ||
28 + LastPICArg->getOption().matches(options::OPT_fpie))) {
33 Args.AddLastArg(CmdArgs, options::OPT_march_EQ);
D0002-Clang-driver-support-for-linking-on-Android.patch22 - if (Args.hasArg(options::OPT_shared) ||
23 - !Args.hasFlag(options::OPT_faddress_sanitizer,
24 + if (!Args.hasFlag(options::OPT_faddress_sanitizer,
25 options::OPT_fno_address_sanitizer, false))
28 + if (!Args.hasArg(options::OPT_shared)) {
48 + if (!Args.hasArg(options::OPT_shared)) {
70 - bool StaticLibgcc = Args.hasArg(options::OPT_static) ||
74 + bool StaticLibgcc = isAndroid || Args.hasArg(options::OPT_static) ||
75 Args.hasArg(options::OPT_static_libgcc);
85 else if (!Args.hasArg(options::OPT_shared) && D.CCCIsCXX)
[all …]
D0004-Factor-out-the-code-retrieves-the-last-PIC-related-a.patch120 - if ((*I)->getOption().matches(options::OPT_fPIC) ||
121 - (*I)->getOption().matches(options::OPT_fno_PIC) ||
122 - (*I)->getOption().matches(options::OPT_fpic) ||
123 - (*I)->getOption().matches(options::OPT_fno_pic) ||
124 - (*I)->getOption().matches(options::OPT_fPIE) ||
125 - (*I)->getOption().matches(options::OPT_fno_PIE) ||
126 - (*I)->getOption().matches(options::OPT_fpie) ||
127 - (*I)->getOption().matches(options::OPT_fno_pie)) {
133 + Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
134 + options::OPT_fpic, options::OPT_fno_pic,
[all …]
D0009-Fix-MIPS-link-error-when-using-Clang.patch18 - bool StaticLibgcc = isAndroid || Args.hasArg(options::OPT_static) ||
19 - Args.hasArg(options::OPT_static_libgcc);
20 + bool StaticLibgcc = Args.hasArg(options::OPT_static) ||
21 + Args.hasArg(options::OPT_static_libgcc);
32 else if (!Args.hasArg(options::OPT_shared) && D.CCCIsCXX)
D0016-Detect-sysroot-automatically.patch20 - if (const Arg *A = Args->getLastArg(options::OPT__sysroot_EQ))
21 + if (const Arg *A = Args->getLastArg(options::OPT__sysroot_EQ)) {
31 if (Args->hasArg(options::OPT_nostdlib))
D0008-Rename-ANDROIDEABI-to-ANDROID.patch102 if (!Args.hasFlag(options::OPT_faddress_sanitizer,
103 options::OPT_fno_address_sanitizer, false))
107 if (!Args.hasArg(options::OPT_shared)) {
116 bool StaticLibgcc = isAndroid || Args.hasArg(options::OPT_static) ||
117 Args.hasArg(options::OPT_static_libgcc);
D0013-Add-flags-to-ignore-FeatureHasRAS.patch63 if (A->getOption().matches(options::OPT_mno_global_merge))
67 + if (Args.hasArg(options::OPT_mignore_has_ras)) {
D0014-Fix-ARM-EHABI-exception-support.patch145 + if (Args.hasArg(options::OPT_mehabi)) {
153 if (Args.hasArg(options::OPT_mignore_has_ras)) {
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt1.c40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() argument
43 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long()
48 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r() argument
52 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r()
63 const char *options, in getopt_long_only() argument
66 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long_only()
71 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r() argument
75 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
Dquotearg.c669 struct quoting_options const *options) in quotearg_n_options() argument
703 int flags = options->flags | QA_ELIDE_NULL_BYTES; in quotearg_n_options()
705 options->style, flags, in quotearg_n_options()
706 options->quote_these_too); in quotearg_n_options()
714 quotearg_buffer_restyled (val, size, arg, argsize, options->style, in quotearg_n_options()
715 flags, options->quote_these_too); in quotearg_n_options()
777 struct quoting_options options; in quotearg_char_mem() local
778 options = default_quoting_options; in quotearg_char_mem()
779 set_char_quoting (&options, ch, 1); in quotearg_char_mem()
780 return quotearg_n_options (0, arg, argsize, &options); in quotearg_char_mem()
/ndk/sources/host-tools/make-3.81/
Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() argument
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long()
81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() argument
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
DINSTALL73 Some systems require unusual options for compilation or linking that the
117 options like `--bindir=DIR' to specify different values for particular
128 Some packages pay attention to `--enable-FEATURE' options to
130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
132 `README' should mention any `--enable-' and `--with-' options that the
137 you can use the `configure' options `--x-includes=DIR' and
198 `configure' recognizes the following options to control how it operates.
202 Print a summary of the options to `configure', and exit.
229 `configure' also accepts some other, not widely useful, options. Run
/ndk/sources/host-tools/make-3.81/tests/
Drun_make_tests.pl84 local ($makestring, $options, $answer, $err_code) = @_;
123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
132 local ($filename,$options,$logname,$expected_code) = @_;
145 if ($options) {
146 $command .= " $options";
DChangeLog51 * scripts/options/warn-undefined-variables: Test the
70 * scripts/options/dash-W: Add a test for bug #15341.
172 * tests/scripts/options/dash-e: Ditto.
177 * scripts/options/dash-W: Use 'echo >>' instead of touch to update
184 * scripts/options/dash-W: Set the timestamp to foo.x in the future,
201 * scripts/options/symlinks: Test symlinks to non-existent files.
209 * scripts/options/dash-B: Test re-exec doesn't loop infinitely.
211 * scripts/options/dash-W: New file: test the -W flag, including
284 * scripts/options/dash-q: Add a test for Savannah bug # 7144.
286 * scripts/options/symlinks: New file to test checking of symlink
[all …]
DREADME58 The options/dash-l test will not really test anything if the copy of
63 options/dash-l test should no longer *fail* because make can't read
72 other possible options for the test suite.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drunptests.c37 int options; member
69 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
Duniq.good140 /* The ims options can vary during the matching as a result of the presence
154 5.005. If there is an options reset, it will get obeyed in the normal
211 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
364 else if ((extra->options & PCRE_STUDY_BM) != 0)
419 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
439 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
440 if ((re->options & PCRE_FIRSTSET) != 0)
441 if ((re->options & PCRE_REQCHSET) != 0)
544 ims current /i, /m, and /s options
549 ims = re->options & (PCRE_CASELESS | PCRE_MULTILINE | PCRE_DOTALL);
[all …]
Duniq.inp530 /* The ims options can vary during the matching as a result of the presence
550 5.005. If there is an options reset, it will get obeyed in the normal
551 5.005. If there is an options reset, it will get obeyed in the normal
616 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
973 else if ((extra->options & PCRE_STUDY_BM) != 0)
1081 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
1110 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
1111 if ((re->options & PCRE_FIRSTSET) != 0)
1112 if ((re->options & PCRE_REQCHSET) != 0)
1271 ims current /i, /m, and /s options
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL73 Some systems require unusual options for compilation or linking that the
117 options like `--bindir=DIR' to specify different values for particular
128 Some packages pay attention to `--enable-FEATURE' options to
130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
132 `README' should mention any `--enable-' and `--with-' options that the
137 you can use the `configure' options `--x-includes=DIR' and
203 `configure' recognizes the following options to control how it operates.
207 Print a summary of the options to `configure', and exit.
234 `configure' also accepts some other, not widely useful, options. Run
/ndk/tests/
DREADME8 Run all NDK automated tests. Use --help for more options.
/ndk/sources/host-tools/make-3.81/tests/scripts/
Dtest_template18 # There are various special tokens, options, etc. See the full documentation
/ndk/sources/host-tools/sed-4.2.1/po/
Dfr.po87 msgid "multiple `p' options to `s' command"
88 msgstr "plusieurs options `p' � la commande `s'"
91 msgid "multiple `g' options to `s' command"
92 msgstr "plusieurs options `g' � la commande `s'"
95 msgid "multiple number options to `s' command"
96 msgstr "plusieurs options num�riques � la commande `s'"
/ndk/build/tools/toolchain-patches/gcc/
D0001-Enable-C-exceptions-and-RTTI-by-default.patch6 With this change, -fexceptions and -frtti become default options
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m4177 dnl Autoconf >= 2.61 supports dots in --with options.
643 dnl The -rpath options are cumulative.
655 dnl executables is -R. The -R options are cumulative.
688 dnl For those cases where a variable contains several -L and -l options
690 dnl necessary additional linker options for the runtime path.
692 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
731 dnl libtool is used for linking. Use -R options.
750 dnl The -rpath options are cumulative.

12345