Searched refs:tlmp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 251 Rt_map *tlmp; in visit() local 254 tlmp = sort->s_stack[--(sort->s_sndx)]; in visit() 255 SORTVAL(tlmp) = sort->s_num; in visit() 256 DBG_CALL(Dbg_util_collect(tlmp, sort->s_lndx, flag)); in visit() 257 sort->s_lmpa[(sort->s_lndx)++] = tlmp; in visit() 266 FLAGS(tlmp) |= FLG_RT_INITCLCT; in visit() 276 FLAGS(tlmp) |= FLG_RT_FINICLCT; in visit() 282 if (tracing && (aplist_append(&alp, tlmp, in visit() 285 } while (tlmp != lmp); in visit() 548 Rt_map *tlmp; in r_initfirst() local [all …]
|
H A D | object.c | 236 Rt_map *nlmp, *tlmp; in elf_obj_fini() local 348 if ((tlmp = PREV_RT_MAP(nlmp)) == olmp) in elf_obj_fini() 349 tlmp = nlmp; in elf_obj_fini() 366 NEXT(tlmp) = NULL; in elf_obj_fini() 368 lmc->lc_tail = tlmp; in elf_obj_fini() 370 lml->lm_tail = tlmp; in elf_obj_fini()
|
H A D | util.c | 1088 Rt_map *tlmp; in lm_append() local 1112 for (tlmp = NEXT_RT_MAP(lmc->lc_head); tlmp; in lm_append() 1113 tlmp = NEXT_RT_MAP(tlmp)) { in lm_append() 1115 if (FLAGS(tlmp) & FLG_RT_OBJINTPO) in lm_append() 1122 NEXT(PREV_RT_MAP(tlmp)) = (Link_map *)lmp; in lm_append() 1123 PREV(lmp) = PREV(tlmp); in lm_append() 1125 NEXT(lmp) = (Link_map *)tlmp; in lm_append() 1126 PREV(tlmp) = (Link_map *)lmp; in lm_append()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 317 Rt_map *tlmp; in Dbg_file_bindings() local 336 for (tlmp = lmp; tlmp; tlmp = (Rt_map *)NEXT(tlmp)) { in Dbg_file_bindings() 348 if ((FLAGS(tlmp) & (FLG_RT_RELOCED | in Dbg_file_bindings() 354 ((FLAGS(tlmp) & FLG_RT_DELETE) == 0)) in Dbg_file_bindings() 356 if (((FLAGS(tlmp) & in Dbg_file_bindings() 365 if (DEPENDS(tlmp) == NULL) in Dbg_file_bindings() 366 dbg_print(lml, MSG_INTL(MSG_FIL_DEP_NONE), NAME(tlmp)); in Dbg_file_bindings() 368 dbg_print(lml, MSG_INTL(MSG_FIL_DEP_ENT), NAME(tlmp)); in Dbg_file_bindings() 370 for (APLIST_TRAVERSE(DEPENDS(tlmp), idx, bdp)) { in Dbg_file_bindings()
|
H A D | bindings.c | 83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, in Dbg_bind_global() argument 107 const char *tfile = NAME(tlmp); in Dbg_bind_global() 167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) in Dbg_bind_reject() argument 178 dbg_print(LIST(flmp), MSG_INTL(MSG_BND_REJECT), NAME(flmp), NAME(tlmp), in Dbg_bind_reject()
|