Searched refs:lmp1 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 74 Rt_map *lmp1 = *((Rt_map **)lmpp1); in compare() local 77 if (IDX(lmp1) > IDX(lmp2)) in compare() 79 if (IDX(lmp1) < IDX(lmp2)) in compare() 493 Rt_map *lmp1; in trace_sort() local 497 while ((lmp1 = sort->s_lmpa[ndx++]) != NULL) { in trace_sort() 502 if ((INIT(lmp1) == 0) || (FLAGS(lmp1) & FLG_RT_INITCALL)) in trace_sort() 512 if ((alp = trace_find_scc(sort, lmp1)) == NULL) { in trace_sort() 513 (void) printf(sfmt, NAME(lmp1)); in trace_sort() 525 (void) printf(cfmt, NAME(lmp1), CYCGROUP(lmp1)); in trace_sort() 527 for (APLIST_TRAVERSE(CALLERS(lmp1), idx1, bdp)) { in trace_sort()
|
H A D | elf.c | 2666 Rt_map *lmp1, *lmp = slp->sl_imap, *clmp = slp->sl_cmap; local 2702 for (APLIST_TRAVERSE(alist, idx1, lmp1)) { 2712 lmp = lmp1;
|