HomeSort by: relevance | last modified time | path
    Searched defs:append_option (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortranspec.cc 155 append_option (size_t opt_index, const char *arg, int value) function
171 append_option (OPT_Wl_, LD_STATIC_OPTION, 1);
173 append_option (OPT_l, FORTRAN_LIBRARY, 1);
176 append_option (OPT_Wl_, LD_DYNAMIC_OPTION, 1);
334 append_option (OPT_l, MATH_LIBRARY, 1);
381 append_option (OPT_l, MATH_LIBRARY, 1);
393 append_option (OPT_x, "none", 1);
403 append_option (OPT_l, MATH_LIBRARY, 1);
420 append_option (OPT_shared_libgcc, NULL, 1);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortranspec.cc 155 append_option (size_t opt_index, const char *arg, int value) function
171 append_option (OPT_Wl_, LD_STATIC_OPTION, 1);
173 append_option (OPT_l, FORTRAN_LIBRARY, 1);
176 append_option (OPT_Wl_, LD_DYNAMIC_OPTION, 1);
334 append_option (OPT_l, MATH_LIBRARY, 1);
381 append_option (OPT_l, MATH_LIBRARY, 1);
393 append_option (OPT_x, "none", 1);
403 append_option (OPT_l, MATH_LIBRARY, 1);
420 append_option (OPT_shared_libgcc, NULL, 1);
  /src/external/mpl/dhcp/dist/common/
options.c 3008 append_option(struct data_string *dst, struct universe *universe, function
3119 status = append_option(result, universe, oc->option, &tmp);
3205 if (append_option(result, universe,

Completed in 28 milliseconds