Searched refs:expand_paths (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 175 (void) expand_paths(lmp, rpl_libpath, in get_dir_list() 216 (void) expand_paths(lmp, prm_libpath, in get_dir_list() 253 (void) expand_paths(lmp, RPATH(lmp), in get_dir_list() 1030 expand_paths(Rt_map *clmp, const char *list, Alist **alpp, Aliste alni, in expand_paths() function
|
H A D | config_elf.c | 333 if (expand_paths(lmp, str, &elf_def_dirs, AL_CNT_SEARCH, in elf_config() 349 if (expand_paths(lmp, str, &elf_sec_dirs, AL_CNT_SEARCH, in elf_config()
|
H A D | _rtld.h | 693 extern int expand_paths(Rt_map *, const char *, Alist **, Aliste,
|
H A D | setup.c | 135 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED, in preload()
|
H A D | elf.c | 137 return (expand_paths(clmp, name, alpp, alni, orig, 0)); in elf_fix_name() 852 if (expand_paths(ilmp, filtees, (Alist **)&dip->di_info,
|