RTEMS CPU Kit with SuperCore  4.11.2
Functions
dlfcn.c File Reference

RTEMS POSIX Dynamic Module Loading Interface. More...

#include <stdint.h>
#include <dlfcn.h>
#include <rtems/rtl/rtl.h>
Include dependency graph for dlfcn.c:

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)
 

Detailed Description

RTEMS POSIX Dynamic Module Loading Interface.

This is the POSIX interface to run-time loading of code into RTEMS.