Home | History | Annotate | Download | only in bfd

Lines Matching refs:debugfile

1416   char *debugfile;
1468 resolved, for use in the global debugfile directory. */
1482 debugfile = (char *)
1494 if (debugfile == NULL)
1506 sprintf (debugfile, "%s%s", dir, base);
1507 if (check_func (debugfile, func_data))
1511 sprintf (debugfile, "%s.debug/%s", dir, base);
1512 if (check_func (debugfile, func_data))
1517 sprintf (debugfile, "%s%s%s", EXTRA_DEBUG_ROOT1,
1519 if (check_func (debugfile, func_data))
1525 sprintf (debugfile, "%s%s%s", EXTRA_DEBUG_ROOT2,
1527 if (check_func (debugfile, func_data))
1531 /* Then try in the global debugfile directory. */
1532 strcpy (debugfile, debug_file_directory);
1539 strcat (debugfile, "/");
1540 strcat (debugfile, canon_dir);
1545 strcat (debugfile, "/");
1547 strcat (debugfile, base);
1549 if (check_func (debugfile, func_data))
1553 free (debugfile);
1554 debugfile = NULL;
1560 return debugfile;