Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDsolib.c148 char *temp_pathname = NULL; in solib_find() local
227 temp_pathname = xstrdup (in_pathname); in solib_find()
235 temp_pathname = concat (sysroot, in solib_find()
241 if (remote_filename_p (temp_pathname)) in solib_find()
245 return temp_pathname; in solib_find()
249 found_file = open (temp_pathname, O_RDONLY | O_BINARY, 0); in solib_find()
251 xfree (temp_pathname); in solib_find()
265 temp_pathname = concat (sysroot, in solib_find()
272 found_file = open (temp_pathname, O_RDONLY | O_BINARY, 0); in solib_find()
275 xfree (temp_pathname); in solib_find()
[all …]
HDsolist.h130 unsigned o_flags, char **temp_pathname);
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDkld.c444 kld_find_and_open_solib (char *solib, unsigned o_flags, char **temp_pathname) in kld_find_and_open_solib() argument
449 *temp_pathname = NULL; in kld_find_and_open_solib()
456 *temp_pathname = xstrdup(path); in kld_find_and_open_solib()