Navigation

Operators and Keywords

Function List:

C++ API

dlfcn.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

struct  dl_info

Defines

#define RTLD_LAZY   1
#define RTLD_NOW   2
#define RTLD_GLOBAL   0x100

Functions

void * dlopen ()
void * dlsym ()
char * dlerror ()
int dlclose ()

Define Documentation

#define RTLD_GLOBAL   0x100

#define RTLD_LAZY   1

#define RTLD_NOW   2


Function Documentation

int dlclose (  ) 

char* dlerror (  ) 

void* dlopen (  ) 

void* dlsym (  )