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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5715 /* These are variables used within do_spec and do_spec_1. */
5827 do_spec (const char *spec)
9062 /* Tell do_spec what to substitute for %i. */
9103 value = do_spec (input_file_compiler->spec);
9118 value = do_spec (input_file_compiler->spec);
9309 int value = do_spec (link_command_spec);
5805 do_spec (const char *spec) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 3622 in all do_spec calls afterwards. Used for %<S from self specs.
5629 /* These are variables used within do_spec and do_spec_1. */
5741 do_spec (const char *spec)
8935 /* Tell do_spec what to substitute for %i. */
8976 value = do_spec (input_file_compiler->spec);
8991 value = do_spec (input_file_compiler->spec);
9182 int value = do_spec (link_command_spec);
5719 do_spec (const char *spec) function

Completed in 38 milliseconds