Searched refs:compile_params (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | protoize.c | 379 static const char ** compile_params = 0; /* Option string for gcc. */ variable 1865 compile_params = xmalloc (sizeof (char *) * (param_count+1)); in munge_compile_params() 1866 memcpy (compile_params, temp_params, sizeof (char *) * param_count); in munge_compile_params() 1881 compile_params[input_file_name_index] = shortpath (NULL, base_filename); in gen_aux_info_file() 1883 compile_params[aux_info_file_name_index] = in gen_aux_info_file() 1884 concat (compile_params[input_file_name_index], aux_info_suffix, NULL); in gen_aux_info_file() 1888 pname, compile_params[input_file_name_index]); in gen_aux_info_file() 1894 pid = pexecute (compile_params[0], (char * const *) compile_params, in gen_aux_info_file() 1924 pname, compile_params[0], WEXITSTATUS (wait_status)); in gen_aux_info_file()
|