Lines Matching defs:found

226 static struct head constructors;	/* list of constructors found */
227 static struct head destructors; /* list of destructors found */
814 Return 0 if not found, otherwise return its name, allocated with malloc. */
847 fprintf (stderr, " - found: absolute path\n");
1496 (ld_file_name ? ld_file_name : "not found"));
1498 (c_file_name ? c_file_name : "not found"));
1500 (nm_file_name ? nm_file_name : "not found"));
1503 (ldd_file_name ? ldd_file_name : "not found"));
1506 (strip_file_name ? strip_file_name : "not found"));
1508 (c_file ? c_file : "not found"));
1510 (o_file ? o_file : "not found"));
1577 notice ("%d constructor(s) found\n", constructors.number);
1578 notice ("%d destructor(s) found\n", destructors.number);
1579 notice ("%d frame table(s) found\n", frame_tables.number);
1695 /* Wait for a process to finish, and exit if a non-zero status is found. */
2380 fatal ("init function found in object %s", prog_name);
2388 fatal ("fini function found in object %s", prog_name);
2613 notice ("not found\n");
2615 fatal ("dynamic dependency %s not found", name);
2701 static struct head libraries; /* list of shared libraries found */
2790 if (strncmp (name, "not found", sizeof ("not found") - 1) == 0)
2791 fatal ("dynamic dependency %s not found", buf);
3107 if (debug) fprintf (stderr, "found: %s\n", lib_buf);
3114 fprintf (stderr, "not found\n");
3116 fatal ("Library lib%s not found", name);
3396 fatal ("no symbol table found");
3409 fatal ("no cmd_strings found");
3532 int found = 0;
3546 found++;
3552 if (!found)