Home | History | Annotate | Download | only in common

Lines Matching full:dlopen

2137   ret =  dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
2140 printf("dlerror on dlopen(%s): %s\n", libName, dlerror());