Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h299 uint_t lm_obj; /* total number of objs on link-map */ member
327 uint_t lm_obj; member
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c876 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
906 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
948 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
964 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
1055 (lml->lm_obj)++; in lm_append()
1225 (lml->lm_obj)--; in lm_delete()
H A Dsetup.c793 lml_main.lm_obj = 1; in setup()
794 lml_rtld.lm_obj = 0; in setup()
H A Dobject.c346 lml->lm_obj--; in elf_obj_fini()
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c920 mdb_printf(MSG_ORIG(MSG_LMLIST_LINE3), lml.lm_handle, lml.lm_obj, in _dcmd_Lm_list()