Searched refs:solib_open (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolist.h113 extern int solib_open (char *in_pathname, char **found_pathname);
H A Dsolib.c75 solib_open -- Find a shared library file and open it.
79 int solib_open (char *in_patname, char **found_pathname);
109 solib_open (char *in_pathname, char **found_pathname) function
235 scratch_chan = solib_open (filename, &scratch_pathname);
H A Dsolib-svr4.c1031 tmp_fd = solib_open (buf, &tmp_pathname);

Completed in 162 milliseconds