|
RTEMS CPU Kit with SuperCore
|
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) |
| 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.
1.8.13