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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff,
107 const char *tfile = NAME(tlmp);
167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) argument
178 dbg_print(LIST(flmp), MSG_INTL(MSG_BND_REJECT), NAME(flmp), NAME(tlmp),
82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, const char *sym, uint_t binfo) argument
H A Dfiles.c317 Rt_map *tlmp; local
336 for (tlmp = lmp; tlmp; tlmp = (Rt_map *)NEXT(tlmp)) {
348 if ((FLAGS(tlmp) & (FLG_RT_RELOCED |
354 ((FLAGS(tlmp) & FLG_RT_DELETE) == 0))
356 if (((FLAGS(tlmp) &
365 if (DEPENDS(tlmp) == NULL)
366 dbg_print(lml, MSG_INTL(MSG_FIL_DEP_NONE), NAME(tlmp));
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c236 Rt_map *nlmp, *tlmp; local
348 if ((tlmp = PREV_RT_MAP(nlmp)) == olmp)
349 tlmp = nlmp;
366 NEXT(tlmp) = NULL;
368 lmc->lc_tail = tlmp;
370 lml->lm_tail = tlmp;
H A Dtsort.c251 Rt_map *tlmp; local
254 tlmp = sort->s_stack[--(sort->s_sndx)];
255 SORTVAL(tlmp) = sort->s_num;
256 DBG_CALL(Dbg_util_collect(tlmp, sort->s_lndx, flag));
257 sort->s_lmpa[(sort->s_lndx)++] = tlmp;
266 FLAGS(tlmp) |= FLG_RT_INITCLCT;
276 FLAGS(tlmp) |= FLG_RT_FINICLCT;
282 if (tracing && (aplist_append(&alp, tlmp,
285 } while (tlmp != lmp);
548 Rt_map *tlmp; local
592 Rt_map *tlmp; local
794 Rt_map *tlmp = sort.s_lmpa[end]; local
[all...]
H A Dutil.c1088 Rt_map *tlmp; local
1112 for (tlmp = NEXT_RT_MAP(lmc->lc_head); tlmp;
1113 tlmp = NEXT_RT_MAP(tlmp)) {
1115 if (FLAGS(tlmp) & FLG_RT_OBJINTPO)
1122 NEXT(PREV_RT_MAP(tlmp)) = (Link_map *)lmp;
1123 PREV(lmp) = PREV(tlmp);
1125 NEXT(lmp) = (Link_map *)tlmp;
1126 PREV(tlmp)
[all...]

Completed in 80 milliseconds