Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c2067 Dl_definfo_t *dfip = (Dl_definfo_t *)p; in dlinfo_core() local
2074 if ((dfip->dld_refname == NULL) || in dlinfo_core()
2075 (dfip->dld_depname == NULL)) { in dlinfo_core()
2081 dname = dfip->dld_depname; in dlinfo_core()
2082 rname = dfip->dld_refname; in dlinfo_core()