Pyrogenesis  trunk
Macros | Functions
wdlfcn.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define RTLD_GLOBAL   0x04
#define RTLD_LAZY   0x01
#define RTLD_LOCAL   0x08
#define RTLD_NOW   0x02

Function Documentation

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 
)