Home | History | Annotate | Download | only in krb5

Lines Matching defs:dsohandle

53 	    void *dsohandle;
156 if (e->u.dso.dsohandle == NULL)
158 sym = dlsym(e->u.dso.dsohandle, name);
210 void *dsohandle;
220 if (p->dsohandle)
221 dlclose(p->dsohandle);
381 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
383 if (p && p->dsohandle) {
463 if (p->dsohandle == NULL)
468 cpm = pl->dataptr = dlsym(p->dsohandle, s->name);