Searched refs:expand_paths (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | config_elf.c | 334 if (expand_paths(lmp, str, &elf_def_dirs, AL_CNT_SEARCH, 352 if (expand_paths(lmp, str, &elf_sec_dirs, AL_CNT_SEARCH, 359 if (expand_paths(lmp, str, &aout_def_dirs, AL_CNT_SEARCH, 365 if (expand_paths(lmp, str, &aout_sec_dirs, AL_CNT_SEARCH,
|
H A D | paths.c | 175 (void) expand_paths(lmp, rpl_libpath, 216 (void) expand_paths(lmp, prm_libpath, 253 (void) expand_paths(lmp, RPATH(lmp), 1029 expand_paths(Rt_map *clmp, const char *list, Alist **alpp, Aliste alni, 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,
|
H A D | setup.c | 137 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED,
|
H A D | elf.c | 163 return (expand_paths(clmp, name, alpp, alni, orig, 0)); 878 if (expand_paths(ilmp, filtees, (Alist **)&dip->di_info,
|
Completed in 59 milliseconds