Home
last modified time | relevance | path

Searched refs:nlml (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c255 Lm_list *nlml; in remove_so() local
258 for (APLIST_TRAVERSE(dynlm_list, idx1, nlml)) { in remove_so()
259 Rt_map *hlmp = nlml->lm_head; in remove_so()
266 for (ALIST_TRAVERSE(nlml->lm_aud_cookies, idx2, acp)) { in remove_so()
268 alist_delete(nlml->lm_aud_cookies, in remove_so()
H A Dutil.c982 Lm_list *nlml; in load_completion() local
1003 nlml = LIST(nlmp); in load_completion()
1005 if (nlmp && nlml->lm_init && ((nlml != &lml_main) || in load_completion()
1007 if ((tobj = tsort(nlmp, nlml->lm_init, in load_completion()
1016 if (nlmp && (nlml != &lml_main)) { in load_completion()
1017 (void) rt_get_extern(nlml, nlmp); in load_completion()
1018 rt_thr_init(nlml); in load_completion()
1027 if (nlmp && nlml->lm_tls && ((nlml != &lml_main) || in load_completion()
1035 nlml->lm_tls = 0; in load_completion()
H A Daudit.c563 Lm_list *nlml = LIST(nlmp); in _audit_objopen() local
584 DBG_CALL(Dbg_audit_objopen(nlml, DBG_AUD_CALL, alp->al_libname, in _audit_objopen()
596 DBG_CALL(Dbg_audit_objopen(nlml, DBG_AUD_RET, in _audit_objopen()