Go to the source code of this file.
Classes | |
| struct | dl_info |
Defines | |
| #define | dl_restrict |
| #define | RTLD_LAZY 0x1 |
| #define | RTLD_NOW 0x2 |
| #define | RTLD_LOCAL 0x4 |
| #define | RTLD_GLOBAL 0x8 |
| #define | RTLD_NOLOAD 0x10 |
| #define | RTLD_NODELETE 0x80 |
| #define | RTLD_NEXT ((void *) -1) |
| #define | RTLD_DEFAULT ((void *) -2) |
Typedefs | |
| typedef struct dl_info | Dl_info |
Functions | |
| void * | dlopen (const char *path, int mode) |
| void * | dlsym (void *dl_restrict handle, const char *dl_restrict symbol) |
| const char * | dlerror (void) |
| int | dlclose (void *handle) |
| int | dladdr (const void *dl_restrict, Dl_info *dl_restrict) |
| #define dl_restrict |
| #define RTLD_DEFAULT ((void *) -2) |
| #define RTLD_GLOBAL 0x8 |
Referenced by dlopen().
| #define RTLD_LAZY 0x1 |
Referenced by dlopen().
| #define RTLD_LOCAL 0x4 |
| #define RTLD_NEXT ((void *) -1) |
| #define RTLD_NODELETE 0x80 |
| #define RTLD_NOLOAD 0x10 |
| #define RTLD_NOW 0x2 |
1.6.3