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

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c196 static const char *strip_file_name; /* pathname of strip */
956 strip_file_name = find_a_file (&path, REAL_STRIP_FILE_NAME);
957 if (strip_file_name == 0)
959 strip_file_name = find_a_file (&cpath, gstrip_suffix);
960 if (strip_file_name == 0)
961 strip_file_name = find_a_file (&path, full_gstrip_suffix);
962 if (strip_file_name == 0)
963 strip_file_name = find_a_file (&cpath, strip_suffix);
964 if (strip_file_name == 0)
965 strip_file_name
194 static const char *strip_file_name; /* pathname of strip */ variable
[all...]

Completed in 54 milliseconds