Go to the source code of this file.
|
| void * | dlopen (const char *pathname, int mode) |
| |
| int | dlclose (void *handle) |
| |
| void * | dlsym (void *handle, const char *name) |
| |
◆ dlopen
◆ dlclose
◆ dlsym
◆ dlerror
Value:
#define dlerror
Definition dlfcn.h:24
#define VSF_LINUX_WRAPPER(__api)
Definition vsf_linux_cfg.h:34
◆ RTLD_LAZY
◆ RTLD_NOW
◆ RTLD_GLOBAL
◆ RTLD_LOCAL
◆ RTLD_DEFAULT
| #define RTLD_DEFAULT ((void *)0) |
◆ vsf_linux_dlfcn_vplt_t
| typedef struct vsf_linux_dlfcn_vplt_t vsf_linux_dlfcn_vplt_t |
◆ vsf_linux_dynloader_t
| typedef struct vsf_linux_dynloader_t vsf_linux_dynloader_t |
◆ dlopen()
| void * dlopen |
( |
const char * | pathname, |
|
|
int | mode ) |
◆ dlclose()
| int dlclose |
( |
void * | handle | ) |
|
◆ dlsym()
| void * dlsym |
( |
void * | handle, |
|
|
const char * | name ) |
◆ vsf_linux_dlfcn_vplt