Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsolib.c398 char *found_pathname; in solib_bfd_open() local
404 found_pathname = solib_find (pathname, &found_file); in solib_bfd_open()
405 if (found_pathname == NULL) in solib_bfd_open()
416 abfd = solib_bfd_fopen (found_pathname, found_file); in solib_bfd_open()
1220 char *filename, *found_pathname = NULL; in reload_shared_libraries_1() local
1231 found_pathname = xstrdup (bfd_get_filename (abfd)); in reload_shared_libraries_1()
1232 make_cleanup (xfree, found_pathname); in reload_shared_libraries_1()
1238 if ((found_pathname == NULL && was_loaded) in reload_shared_libraries_1()
1239 || (found_pathname != NULL in reload_shared_libraries_1()
1240 && filename_cmp (found_pathname, so->so_name) != 0)) in reload_shared_libraries_1()
[all …]