Searched refs:get_next_dir (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 249 for (pdp = get_next_dir(&sd, clmp, 0); pdp; 250 pdp = get_next_dir(&sd, clmp, 0)) {
|
H A D | _rtld.h | 442 * search paths are processed with get_next_dir(). Note, the path list is an 714 extern Pdesc *get_next_dir(Spath_desc *, Rt_map *, uint_t);
|
H A D | paths.c | 301 get_next_dir(Spath_desc *sdp, Rt_map *lmp, uint_t flags) function
|
H A D | analyze.c | 2025 for (pdp = get_next_dir(&sd, clmp, flags); pdp; 2026 pdp = get_next_dir(&sd, clmp, flags)) {
|
H A D | dlfcns.c | 1956 while ((pdp = get_next_dir(&sd, lmp, 0)) != NULL) {
|
Completed in 115 milliseconds