Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h301 uint_t lm_obj; /* total number of objs on link-map */ member
329 uint_t lm_obj; member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c879 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
909 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
951 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
967 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
1058 (lml->lm_obj)++; in lm_append()
1228 (lml->lm_obj)--; in lm_delete()
H A Dsetup.c732 lml_main.lm_obj = 1; in setup()
733 lml_rtld.lm_obj = 0; in setup()
H A Dobject.c344 lml->lm_obj--; in elf_obj_fini()
/illumos-gate/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()