Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib.c143 solib_open (char *in_pathname, char **found_pathname) in solib_open() argument
225 if (found_pathname != NULL && temp_pathname != NULL) in solib_open()
226 *found_pathname = xstrdup (temp_pathname); in solib_open()
Dsolist.h117 extern int solib_open (char *in_pathname, char **found_pathname);