#include "../../rtt-config.h"
Go to the source code of this file.
Macros | |
#define | RTLD_DEFAULT 0 |
#define | RTLD_GLOBAL (1 << 1) |
#define | RTLD_LAZY 0 |
#define | RTLD_LOCAL (1 << 2) |
#define | RTLD_NEXT 0 |
#define | RTLD_NOW 0 |
Functions | |
RTT_API int | dlclose (void *handle) |
RTT_API char * | dlerror (void) |
RTT_API void * | dlopen (const char *file, int mode) |
RTT_API void * | dlsym (void *handle, const char *name) |