Searched refs:nlml (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 255 Lm_list *nlml; local 258 for (APLIST_TRAVERSE(dynlm_list, idx1, nlml)) { 259 Rt_map *hlmp = nlml->lm_head; 266 for (ALIST_TRAVERSE(nlml->lm_aud_cookies, idx2, acp)) { 268 alist_delete(nlml->lm_aud_cookies,
|
H A D | util.c | 980 Lm_list *nlml; local 1001 nlml = LIST(nlmp); 1003 if (nlmp && nlml->lm_init && ((nlml != &lml_main) || 1005 if ((tobj = tsort(nlmp, nlml->lm_init, 1014 if (nlmp && (nlml != &lml_main)) { 1015 (void) rt_get_extern(nlml, nlmp); 1016 rt_thr_init(nlml); 1025 if (nlmp && nlml->lm_tls && ((nlml ! [all...] |
H A D | audit.c | 563 Lm_list *nlml = LIST(nlmp); local 584 DBG_CALL(Dbg_audit_objopen(nlml, DBG_AUD_CALL, alp->al_libname, 596 DBG_CALL(Dbg_audit_objopen(nlml, DBG_AUD_RET,
|
Completed in 73 milliseconds