RTEMS
5.1
|
RTEMS POSIX Dynamic Module Loading Interface. More...
Functions | |
void * | dlopen (const char *name, int mode) |
int | dlclose (void *handle) |
void * | dlsym (void *handle, const char *symbol) |
const char * | dlerror (void) |
int | dlinfo (void *handle, int request, void *p) |
RTEMS POSIX Dynamic Module Loading Interface.
This is the POSIX interface to run-time loading of code into RTEMS.