Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
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 | |
int | dlclose (void *handle) |
char * | dlerror () |
void * | dlopen (const char *so_name, int flags) |
void * | dlsym (void *handle, const char *sym_name) |
#define RTLD_GLOBAL 0x04 |
#define RTLD_LAZY 0x01 |
#define RTLD_LOCAL 0x08 |
#define RTLD_NOW 0x02 |
int dlclose | ( | void * | handle | ) |
char * dlerror | ( | ) |
void * dlopen | ( | const char * | so_name, |
int | flags | ||
) |
void * dlsym | ( | void * | handle, |
const char * | sym_name | ||
) |