Home
last modified time | relevance | path

Searched refs:lm_alp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c174 if (lml->lm_alp) in remove_lml()
175 free(lml->lm_alp); in remove_lml()
H A Daudit.c1437 if ((alp = lml->lm_alp) != NULL) { in audit_setup()
1555 lml->lm_alp = alp; in audit_setup()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h296 Audit_list *lm_alp; /* audit list descriptor */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c919 mdb_printf(MSG_ORIG(MSG_LMLIST_LINE2), lml.lm_alp, lml.lm_rti); in _dcmd_Lm_list()