Searched refs:compile_params (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c379 static const char ** compile_params = 0; /* Option string for gcc. */ variable
391 /* An index into the compile_params array where we should insert the source
397 /* An index into the compile_params array where we should insert the filename
1878 /* Make a copy of the compile_params in heap space. */
1880 compile_params = xmalloc (sizeof (char *) * (param_count+1));
1881 memcpy (compile_params, temp_params, sizeof (char *) * param_count);
1896 compile_params[input_file_name_index] = shortpath (NULL, base_filename);
1898 compile_params[aux_info_file_name_index] =
1899 concat (compile_params[input_file_name_index], aux_info_suffix, NULL);
1903 pname, compile_params[input_file_name_inde
[all...]

Completed in 58 milliseconds