Searched refs:find_a_file (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | collect2.c | 235 static char *find_a_file (struct path_prefix *, const char *); 569 find_a_file (struct path_prefix *pprefix, const char *name) in find_a_file() function 909 ld_file_name = find_a_file (&path, REAL_LD_FILE_NAME); in main() 913 ld_file_name = find_a_file (&cpath, real_ld_suffix); in main() 916 ld_file_name = find_a_file (&cpath, collect_ld_suffix); in main() 920 ld_file_name = find_a_file (&cpath, ld_suffix); in main() 924 ld_file_name = find_a_file (&path, full_ld_suffix); in main() 927 nm_file_name = find_a_file (&path, REAL_NM_FILE_NAME); in main() 930 nm_file_name = find_a_file (&cpath, gnm_suffix); in main() 932 nm_file_name = find_a_file (&path, full_gnm_suffix); in main() [all …]
|
| D | gcc.c | 298 static char *find_a_file (const struct path_prefix *, const char *, int, bool); 2085 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 2104 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 2684 find_a_file (const struct path_prefix *pprefix, const char *name, int mode, in find_a_file() function 2846 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false); in execute() 2860 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute() 6061 char *newname = find_a_file (&startfile_prefixes, name, R_OK, true); in find_file() 6296 specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, true); in main() 6434 char *filename = find_a_file (&startfile_prefixes, uptr->filename, in main() 6483 char *newname = find_a_file (&exec_prefixes, print_prog_name, X_OK, 0); in main() [all …]
|
| D | ChangeLog-1999 | 2814 * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not 8730 (find_a_file): Call xstrdup, not xmalloc/strcpy. 9274 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file, 11745 (find_a_file): Use it when searching a directory list. 11746 * collect2.c (find_a_file): Don't accept directories found when 16089 * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place 16099 (find_a_file): Use it. 17980 putenv_from_prefixes, find_a_file, record_temp_file,
|
| D | ChangeLog-1998 | 5316 * gcc.c (find_a_file): When looking for `as' and `ld', return 5320 * gcc.c (find_a_file): The test for existence of a full 14650 * collect2.c (find_a_file): Add debugging. 14651 (find_a_file): Test for win32 style absolute paths if
|
| D | ChangeLog-2001 | 11276 standard_bindir_prefix, find_a_file): Likewise. 24659 * collect2.c (find_a_file): Look for files matching the extension 24663 (find_a_file): Use HOST_EXECUTABLE_SUFFIX.
|
| D | FSFChangeLog.11 | 1413 (find_a_file): For MS-DOS-based, consider a drive spec as absolute.
|
| D | ChangeLog-2005 | 1053 (find_a_file): Similarly, but just change existing param to bool. 1059 (find_file): Adjust for find_a_file changes.
|
| D | ChangeLog-2002 | 5673 (find_a_file): Add multilib argument. Search in GCC or OS multilib 5683 (main): Update find_a_file and add_prefix callers.
|
| D | ChangeLog-2000 | 2519 * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
|
| D | ChangeLog-2004 | 20744 (find_a_file): Do not set *pl->used_flag_ptr.
|