ReactOS 0.4.15-dev-7953-g1f49173
dlfcn.h File Reference
#include <schily/mconfig.h>
Include dependency graph for dlfcn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RTLD_LAZY   0x00001
 
#define RTLD_NOW   0x00002
 
#define RTLD_GLOBAL   0x00100
 
#define RTLD_LOCAL   0x00000
 

Functions

void *dlopen __PR ((const char *__pathname, int mode))
 
int dlclose __PR ((void *__handle))
 
void *dlsym __PR ((void *__handle, const char *name))
 
const char *dlerror __PR ((void))
 

Macro Definition Documentation

◆ RTLD_GLOBAL

#define RTLD_GLOBAL   0x00100

Definition at line 64 of file dlfcn.h.

◆ RTLD_LAZY

#define RTLD_LAZY   0x00001

Definition at line 62 of file dlfcn.h.

◆ RTLD_LOCAL

#define RTLD_LOCAL   0x00000

Definition at line 65 of file dlfcn.h.

◆ RTLD_NOW

#define RTLD_NOW   0x00002

Definition at line 63 of file dlfcn.h.

Function Documentation

◆ __PR() [1/4]

void *dlopen __PR ( (const char *__pathname, int mode )

◆ __PR() [2/4]

int dlclose __PR ( (void *__handle)  )

◆ __PR() [3/4]

void *dlsym __PR ( (void *__handle, const char *name )

◆ __PR() [4/4]

const char *dlerror __PR ( (void )