Lines Matching refs:where
469 const char *what, const char *where, struct link_map *l) in fillin_rpath() argument
528 size_t where_len = where ? strlen (where) + 1 : 0; in fillin_rpath()
554 if (__glibc_likely (where != NULL)) in fillin_rpath()
555 dirp->where = memcpy ((char *) dirp + sizeof (*dirp) + len + 1 in fillin_rpath()
557 where, where_len); in fillin_rpath()
559 dirp->where = NULL; in fillin_rpath()
582 const char *where = l->l_name; in decompose_rpath() local
598 const char *wp = where; in decompose_rpath()
654 fillin_rpath (copy, result, ":", what, where, l); in decompose_rpath()
759 pelem->where = NULL; in _dl_init_paths()
1828 print_search_path (dirs, current_what, this_dir->where); in open_path()