Lines Matching defs:nlmp
560 _audit_objopen(APlist *list, Rt_map *nlmp, Lmid_t lmid, Audit_info *aip,
563 Lm_list *nlml = LIST(nlmp);
579 acp->ac_cookie = (uintptr_t)nlmp;
585 NAME(nlmp), 0, FALSE));
588 flags = (*alp->al_objopen)((Link_map *)nlmp, lmid,
597 alp->al_libname, NAME(nlmp), flags, FALSE));
613 if (aip->ai_dynplts || (JMPREL(nlmp) == 0) ||
621 pltcnt = PLTRELSZ(nlmp) / RELENT(nlmp);
631 audit_objopen(Rt_map *clmp, Rt_map *nlmp)
633 Lmid_t lmid = get_linkmap_id(LIST(nlmp));
651 if ((nlmp != clmp) && AUDITORS(nlmp))
652 clients += AUDITORS(nlmp)->ad_cnt;
673 if ((AUDINFO(nlmp) = aip = calloc(1, sizeof (Audit_info) +
684 respond = _audit_objopen(auditors->ad_list, nlmp,
687 respond = _audit_objopen(AUDITORS(clmp)->ad_list, nlmp,
689 if (respond && (nlmp != clmp) && AUDITORS(nlmp))
690 respond = _audit_objopen(AUDITORS(nlmp)->ad_list, nlmp,