Lines Matching refs:found
154 char *found = NULL;
169 found = gld${EMULATION_NAME}_search_dir (search->name, inp->filename,
171 if (found != NULL || found_static)
175 if (found == NULL)
179 found by the usual search. */
183 /* Replace the filename with the one we have found. */
184 alc = (char *) xmalloc (strlen (search->name) + strlen (found) + 2);
185 sprintf (alc, "%s/%s", search->name, found);
192 free (found);
195 found, add it to the list of input files. */
229 char *found;
263 found = NULL;
307 /* We've found a .so file. Work out the major and minor
326 /* We've found a match for the name we are searching for. See
331 if (found == NULL
336 && strcmp (entry->d_name, found) > 0))))
338 if (found != NULL)
339 free (found);
340 found = (char *) xmalloc (strlen (entry->d_name) + 1);
341 strcpy (found, entry->d_name);
352 return found;
428 /* We've found the needed dynamic object. */
434 einfo ("%P: warning: %s, needed by %B, not found\n",
494 einfo ("%P: warning: %s, needed by %B, not found\n",
573 /* We've found the needed dynamic object. */