Home
last modified time | relevance | path

Searched refs:temp_spec (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c6940 char *temp_spec = find_a_file (&exec_prefixes, in main() local
6943 if (!temp_spec) in main()
6946 linker_plugin_file_spec = convert_white_space (temp_spec); in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c8349 char *temp_spec = find_a_file (&exec_prefixes, in maybe_run_linker() local
8352 if (!temp_spec) in maybe_run_linker()
8356 linker_plugin_file_spec = convert_white_space (temp_spec); in maybe_run_linker()