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

RTEMS POSIX Dynamic Module Loading Interface. More...

#include <stdint.h>
#include <dlfcn.h>
#include <rtems/rtl/rtl.h>
#include "rtl-error.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)
 
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.