Searched refs:nlml (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 255 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 D | util.c | 980 Lm_list *nlml; in load_completion() local 1001 nlml = LIST(nlmp); in load_completion() 1003 if (nlmp && nlml->lm_init && ((nlml != &lml_main) || in load_completion() 1005 if ((tobj = tsort(nlmp, nlml->lm_init, in load_completion() 1014 if (nlmp && (nlml != &lml_main)) { in load_completion() 1015 (void) rt_get_extern(nlml, nlmp); in load_completion() 1016 rt_thr_init(nlml); in load_completion() 1025 if (nlmp && nlml->lm_tls && ((nlml != &lml_main) || in load_completion() 1033 nlml->lm_tls = 0; in load_completion()
|
H A D | audit.c | 563 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()
|