Home
last modified time | relevance | path

Searched refs:pathbuf (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Darchive.c1417 static char *pathbuf = NULL; in adjust_relative_path() local
1493 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()