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

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c237 static char *find_a_file (struct path_prefix *, const char *);
578 find_a_file (struct path_prefix *pprefix, const char *name)
842 the debug flag to be set before functions like find_a_file()
920 ld_file_name = find_a_file (&path, REAL_LD_FILE_NAME);
924 ld_file_name = find_a_file (&cpath, real_ld_suffix);
927 ld_file_name = find_a_file (&cpath, collect_ld_suffix);
929 recursive calls in find_a_file. */
931 ld_file_name = find_a_file (&cpath, ld_suffix);
935 ld_file_name = find_a_file (&path, full_ld_suffix);
938 nm_file_name = find_a_file (
569 find_a_file (struct path_prefix *pprefix, const char *name) function
[all...]
H A Dgcc.c298 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
2098 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true);
2117 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true);
2657 /* Callback for find_a_file. Appends the file name to the directory
2700 find_a_file (const struct path_prefix *pprefix, const char *name, int mode,
2863 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false);
2877 string = find_a_file (&exec_prefixes, commands[n_commands].prog,
6086 char *newname = find_a_file (&startfile_prefixes, name, R_OK, true);
6322 specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, true);
6460 char *filename = find_a_file (
2684 find_a_file (const struct path_prefix *pprefix, const char *name, int mode, function
[all...]

Completed in 52 milliseconds