RTEMS CPU Kit with SuperCore
Typedefs | Functions
dlfcn-shell.c File Reference

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>
Include dependency graph for dlfcn-shell.c:

Typedefs

typedef int(* call_t) (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[])
 

Detailed Description

RTEMS Run-Time Link Editor Dynamic Loading API Shell Support.

Shell command wrappers for the Dynamic Loading API.