Home
last modified time | relevance | path

Searched refs: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; in sort_scc() local
126 if (IDX(lmp3) || (LIST(lmp3) != lml)) in sort_scc()
134 (FLAGS(lmp3) & FLG_RT_INITCALL)) in sort_scc()
137 if (aplist_append(&sort->s_queue, lmp3, in sort_scc()
141 IDX(lmp3) = ndx++; in sort_scc()
528 Rt_map *lmp3, *lmp2 = bdp->b_caller; in trace_sort() local
531 for (APLIST_TRAVERSE(alp, idx2, lmp3)) { in trace_sort()
532 if (lmp2 != lmp3) in trace_sort()
535 (void) printf(ffmt, NAME(lmp3)); in trace_sort()