Home
last modified time | relevance | path

Searched refs:find_a_file (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dcollect2.c235 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 …]
Dgcc.c298 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 …]
DChangeLog-19992814 * 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,
DChangeLog-19985316 * 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
DChangeLog-200111276 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.
DFSFChangeLog.111413 (find_a_file): For MS-DOS-based, consider a drive spec as absolute.
DChangeLog-20051053 (find_a_file): Similarly, but just change existing param to bool.
1059 (find_file): Adjust for find_a_file changes.
DChangeLog-20025673 (find_a_file): Add multilib argument. Search in GCC or OS multilib
5683 (main): Update find_a_file and add_prefix callers.
DChangeLog-20002519 * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
DChangeLog-200420744 (find_a_file): Do not set *pl->used_flag_ptr.