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

int dlclose (void *handle)
 
char * dlerror ()
 
void * dlopen (const char *so_name, int flags)
 
void * dlsym (void *handle, const char *sym_name)
 

Macro Definition Documentation

◆ RTLD_GLOBAL

#define RTLD_GLOBAL   0x04

◆ RTLD_LAZY

#define RTLD_LAZY   0x01

◆ RTLD_LOCAL

#define RTLD_LOCAL   0x08

◆ RTLD_NOW

#define RTLD_NOW   0x02

Function Documentation

◆ dlclose()

int dlclose ( void *  handle)

◆ dlerror()

char* dlerror ( )

◆ dlopen()

void* dlopen ( const char *  so_name,
int  flags 
)

◆ dlsym()

void* dlsym ( void *  handle,
const char *  sym_name 
)