Searched refs:get_next_dir (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c249 for (pdp = get_next_dir(&sd, clmp, 0); pdp;
250 pdp = get_next_dir(&sd, clmp, 0)) {
H A D_rtld.h442 * 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 Dpaths.c301 get_next_dir(Spath_desc *sdp, Rt_map *lmp, uint_t flags) function
H A Danalyze.c2025 for (pdp = get_next_dir(&sd, clmp, flags); pdp;
2026 pdp = get_next_dir(&sd, clmp, flags)) {
H A Ddlfcns.c1956 while ((pdp = get_next_dir(&sd, lmp, 0)) != NULL) {

Completed in 115 milliseconds