Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
wdlfcn.h File Reference

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

Definition at line 34 of file wdlfcn.h.

#define RTLD_LAZY   0x01

Definition at line 32 of file wdlfcn.h.

#define RTLD_LOCAL   0x08

Definition at line 35 of file wdlfcn.h.

#define RTLD_NOW   0x02

Definition at line 33 of file wdlfcn.h.

Function Documentation

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.