Searched refs:pathbuf (Results 1 – 1 of 1) sorted by relevance
1417 static char *pathbuf = NULL; in adjust_relative_path() local1493 if (pathbuf != NULL) in adjust_relative_path()1494 free (pathbuf); in adjust_relative_path()1496 pathbuf = (char *) bfd_malloc (len); in adjust_relative_path()1497 if (pathbuf == NULL) in adjust_relative_path()1502 newp = pathbuf; in adjust_relative_path()1518 return pathbuf; in adjust_relative_path()