Lines Matching refs:dir
1356 char *dir; in find_separate_debug_file() local
1390 dir = (char *) bfd_malloc (dirlen + 1); in find_separate_debug_file()
1391 if (dir == NULL) in find_separate_debug_file()
1396 memcpy (dir, abfd->filename, dirlen); in find_separate_debug_file()
1397 dir[dirlen] = '\0'; in find_separate_debug_file()
1417 strcpy (debugfile, dir); in find_separate_debug_file()
1424 strcpy (debugfile, dir); in find_separate_debug_file()
1450 free (dir); in find_separate_debug_file()
1483 bfd_follow_gnu_debuglink (bfd *abfd, const char *dir) in bfd_follow_gnu_debuglink() argument
1485 return find_separate_debug_file (abfd, dir, in bfd_follow_gnu_debuglink()
1535 bfd_follow_gnu_debugaltlink (bfd *abfd, const char *dir) in bfd_follow_gnu_debugaltlink() argument
1537 return find_separate_debug_file (abfd, dir, in bfd_follow_gnu_debugaltlink()