| plugin.c | 53 void *dsohandle; member in struct:plugin::__anon907::__anon908 156 if (e->u.dso.dsohandle == NULL) 158 sym = dlsym(e->u.dso.dsohandle, name); 210 void *dsohandle; member in struct:plugin2 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) [all...] |