Lines Matching refs:dirs
610 sps->dirs = (void *) -1; in decompose_rpath()
624 sps->dirs = (struct r_search_path_elem **) -1; in decompose_rpath()
664 sps->dirs = (struct r_search_path_elem **) -1; in decompose_rpath()
668 sps->dirs = result; in decompose_rpath()
682 if (sp->dirs == (void *) -1) in cache_rpath()
685 if (sp->dirs != NULL) in cache_rpath()
691 sp->dirs = (void *) -1; in cache_rpath()
725 aelem = __rtld_search_dirs.dirs = (struct r_search_path_elem **) in _dl_init_paths()
727 if (__rtld_search_dirs.dirs == NULL) in _dl_init_paths()
738 __rtld_search_dirs.dirs[0] in _dl_init_paths()
740 * sizeof (*__rtld_search_dirs.dirs[0])); in _dl_init_paths()
741 if (__rtld_search_dirs.dirs[0] == NULL) in _dl_init_paths()
748 pelem = GL(dl_all_dirs) = __rtld_search_dirs.dirs[0]; in _dl_init_paths()
802 l->l_rpath_dirs.dirs = (void *) -1; in _dl_init_paths()
806 l->l_runpath_dirs.dirs = (void *) -1; in _dl_init_paths()
822 l->l_rpath_dirs.dirs = (void *) -1; in _dl_init_paths()
836 __rtld_env_path_list.dirs = (struct r_search_path_elem **) in _dl_init_paths()
838 if (__rtld_env_path_list.dirs == NULL) in _dl_init_paths()
844 (void) fillin_rpath (llp_tmp, __rtld_env_path_list.dirs, ":;", in _dl_init_paths()
847 if (__rtld_env_path_list.dirs[0] == NULL) in _dl_init_paths()
849 free (__rtld_env_path_list.dirs); in _dl_init_paths()
850 __rtld_env_path_list.dirs = (void *) -1; in _dl_init_paths()
856 __rtld_env_path_list.dirs = (void *) -1; in _dl_init_paths()
1801 struct r_search_path_elem **dirs = sps->dirs; in open_path() local
1807 if (__glibc_unlikely (dirs == NULL)) in open_path()
1815 struct r_search_path_elem *this_dir = *dirs; in open_path()
1828 print_search_path (dirs, current_what, this_dir->where); in open_path()
1928 while (*++dirs != NULL); in open_path()
1936 free (sps->dirs); in open_path()
1941 sps->dirs = (void *) -1; in open_path()
2074 l_rpath_dirs.dirs = NULL; in _dl_map_object()
2084 if (fd == -1 && __rtld_env_path_list.dirs != (void *) -1) in _dl_map_object()
2174 && __rtld_search_dirs.dirs != (void *) -1) in _dl_map_object()
2269 if (sps->dirs != (void *) -1) in add_path()
2271 struct r_search_path_elem **dirs = sps->dirs; in add_path() local
2274 const struct r_search_path_elem *const r = *dirs++; in add_path()
2293 while (*dirs != NULL); in add_path()