Home
last modified time | relevance | path

Searched refs:lm_rti (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c398 if (lml->lm_rti) { in rt_get_extern()
402 for (ALIST_TRAVERSE(lml->lm_rti, idx, rti)) in rt_get_extern()
405 free(lml->lm_rti); in rt_get_extern()
406 lml->lm_rti = 0; in rt_get_extern()
H A Dremove.c185 if (lml->lm_rti) in remove_lml()
186 free(lml->lm_rti); in remove_lml()
H A Delf.c2119 if ((rti = alist_append(&lml->lm_rti, NULL,
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h293 Alist *lm_rti; /* list of RTLDINFO tables */ member
322 Elf32_Addr lm_rti; member
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c919 mdb_printf(MSG_ORIG(MSG_LMLIST_LINE2), lml.lm_alp, lml.lm_rti); in _dcmd_Lm_list()