Searched defs:lmp3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c124 Rt_map *lmp3 = bdp->b_depend; local
126 if (IDX(lmp3) || (LIST(lmp3) != lml))
134 (FLAGS(lmp3) & FLG_RT_INITCALL))
137 if (aplist_append(&sort->s_queue, lmp3,
141 IDX(lmp3) = ndx++;
528 Rt_map *lmp3, *lmp2 = bdp->b_caller; local
531 for (APLIST_TRAVERSE(alp, idx2, lmp3)) {
532 if (lmp2 != lmp3)
535 (void) printf(ffmt, NAME(lmp3));
[all...]

Completed in 74 milliseconds