RTEMS
5.1
|
RTEMS Run-Time Link Editor Dynamic Loading API Shell Support. More...
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
#include <rtems/rtl/dlfcn-shell.h>
Typedefs | |
typedef int(* | call_p) (int argc, char *argv[]) |
Functions | |
int | shell_dlopen (int argc, char *argv[]) |
int | shell_dlclose (int argc, char *argv[]) |
int | shell_dlsym (int argc, char *argv[]) |
int | shell_dlcall (int argc, char *argv[]) |
RTEMS Run-Time Link Editor Dynamic Loading API Shell Support.
Shell command wrappers for the Dynamic Loading API.