bmi

dlsymdlopen

develop

2 / 232 files match, 2 filtered matches.

src/io/bmi/bmi.c



425 |     /* iterate through each method in the list and load its module */
426 |     for (i = 0; i < active_method_count; i++)
427 |     {
428 | 	meth_mod = dlopen(modules[i], RTLD_NOW);
429 | 	if (!meth_mod)
430 | 	{


src/io/bmi/bmi_ib/vapi.c



795 |     int (*mosal_ioctl_open)(void);
796 |     int (*mosal_ioctl_close)(void);
797 | 
798 |     dlh = dlopen("libmosal.so", RTLD_LAZY);
799 |     if (!dlh)
800 | 	error("%s: cannot open libmosal shared library", __func__);