Searched refs:expand_paths (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | config_elf.c | 334 if (expand_paths(lmp, str, &elf_def_dirs, AL_CNT_SEARCH, in elf_config() 352 if (expand_paths(lmp, str, &elf_sec_dirs, AL_CNT_SEARCH, in elf_config() 359 if (expand_paths(lmp, str, &aout_def_dirs, AL_CNT_SEARCH, in elf_config() 365 if (expand_paths(lmp, str, &aout_sec_dirs, AL_CNT_SEARCH, in elf_config()
|
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() 1029 expand_paths(Rt_map *clmp, const char *list, Alist **alpp, Aliste alni, in expand_paths() function
|
H A D | _rtld.h | 700 extern int expand_paths(Rt_map *, const char *, Alist **, Aliste,
|
H A D | a.out.c | 266 if (expand_paths(clmp, name, &palp, in aout_needed()
|
H A D | setup.c | 137 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED, in preload()
|
H A D | elf.c | 163 return (expand_paths(clmp, name, alpp, alni, orig, 0)); in elf_fix_name() 878 if (expand_paths(ilmp, filtees, (Alist **)&dip->di_info,
|