Searched refs:lm_obj (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 299 uint_t lm_obj; /* total number of objs on link-map */ member 327 uint_t lm_obj; member
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 876 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 D | setup.c | 793 lml_main.lm_obj = 1; in setup() 794 lml_rtld.lm_obj = 0; in setup()
|
H A D | object.c | 346 lml->lm_obj--; in elf_obj_fini()
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 920 mdb_printf(MSG_ORIG(MSG_LMLIST_LINE3), lml.lm_handle, lml.lm_obj, in _dcmd_Lm_list()
|