RTEMS
5.1
|
#include <rtl-obj.h>
Data Fields | |
rtems_rtl_loader_check | check |
rtems_rtl_loader_load | load |
rtems_rtl_loader_unload | unload |
rtems_rtl_loader_sig | signature |
Table for supported loadable formats.
rtems_rtl_loader_check rtems_rtl_loader_table::check |
The check handler.
rtems_rtl_loader_load rtems_rtl_loader_table::load |
The loader.
rtems_rtl_loader_sig rtems_rtl_loader_table::signature |
The loader's signature.
rtems_rtl_loader_unload rtems_rtl_loader_table::unload |
The unloader.