RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_loader_table_s Struct Reference

Table for supported loadable formats. More...

#include <rtl-obj.h>

Collaboration diagram for rtems_rtl_loader_table_s:
Collaboration graph
[legend]

Data Fields

rtems_rtl_loader_check check
 The check handler. More...
 
rtems_rtl_loader_load load
 The loader. More...
 
rtems_rtl_loader_unload unload
 The unloader. More...
 
rtems_rtl_loader_sig signature
 The loader's signature. More...
 

Detailed Description

Table for supported loadable formats.

Field Documentation

◆ check

rtems_rtl_loader_check rtems_rtl_loader_table_s::check

The check handler.

◆ load

rtems_rtl_loader_load rtems_rtl_loader_table_s::load

The loader.

◆ signature

rtems_rtl_loader_sig rtems_rtl_loader_table_s::signature

The loader's signature.

◆ unload

rtems_rtl_loader_unload rtems_rtl_loader_table_s::unload

The unloader.


The documentation for this struct was generated from the following file: