Lines Matching defs:clmp
212 remove_so(Lm_list *lml, Rt_map *lmp, Rt_map *clmp)
223 lm_delete(lml, lmp, clmp);
445 Rt_map *clmp = bdp->b_caller;
457 if (lazy && ((dip = DYNINFO(clmp)) != NULL)) {
458 uint_t cnt, max = DYNINFOCNT(clmp);
467 if (LAZY(clmp)++ == 0)
468 LIST(clmp)->lm_lazy++;
473 (void) aplist_delete_value(DEPENDS(clmp), bdp);
508 remove_incomplete(Lm_list *lml, Aliste lmco, Rt_map *clmp)
524 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJCLOSE) {
526 audit_objclose(lmp, clmp);
541 remove_so(lml, lmp, clmp);
850 remove_lmc(Lm_list *lml, Rt_map *clmp, Aliste lmco, const char *name)
902 remove_incomplete(lml, lmco, clmp);
973 (void) remove_hdl(ghp, clmp, NULL);
1020 remove_hdl(Grp_hdl *ghp, Rt_map *clmp, int *removed)
1187 * by the caller (clmp) without being part of
1342 call_fini(lml, tobj, clmp);
1475 remove_so(LIST(lmp), lmp, clmp);
1570 if (((_error = remove_hdl(ghp, clmp, &_remove)) != 0) &&