Go to the source code of this file.
Classes | |
struct | dl_info |
Defines | |
#define | RTLD_LAZY 1 |
#define | RTLD_NOW 2 |
#define | RTLD_GLOBAL 0x100 |
Functions | |
void * | dlopen () |
void * | dlsym () |
char * | dlerror () |
int | dlclose () |
#define RTLD_GLOBAL 0x100 |
#define RTLD_LAZY 1 |
#define RTLD_NOW 2 |
int dlclose | ( | ) |
char* dlerror | ( | ) |
void* dlopen | ( | ) |
void* dlsym | ( | ) |