|
Pyrogenesis
13997
|
Go to the source code of this file.
Macros | |
| #define | RTLD_LAZY 0x01 |
| #define | RTLD_NOW 0x02 |
| #define | RTLD_GLOBAL 0x04 |
| #define | RTLD_LOCAL 0x08 |
Functions | |
| LIB_API int | dlclose (void *handle) |
| LIB_API char * | dlerror () |
| LIB_API void * | dlopen (const char *so_name, int flags) |
| LIB_API void * | dlsym (void *handle, const char *sym_name) |
| LIB_API int dlclose | ( | void * | handle | ) |
Definition at line 40 of file wdlfcn.cpp.
| LIB_API char* dlerror | ( | ) |
Definition at line 47 of file wdlfcn.cpp.
| LIB_API void* dlopen | ( | const char * | so_name, |
| int | flags | ||
| ) |
Definition at line 64 of file wdlfcn.cpp.
| LIB_API void* dlsym | ( | void * | handle, |
| const char * | sym_name | ||
| ) |
Definition at line 74 of file wdlfcn.cpp.
1.8.5