RTEMS
5.1
|
#include <rtl-archive.h>
Data Fields | |
void * | base |
size_t | size |
size_t | entries |
const char * | names |
rtems_rtl_archive_symbol * | symbols |
RTL Archive symbols.
void* rtems_rtl_archive_symbols::base |
Base of the symbol table.
size_t rtems_rtl_archive_symbols::entries |
Entries in the symbol table.
const char* rtems_rtl_archive_symbols::names |
Start of the symbol names.
size_t rtems_rtl_archive_symbols::size |
Size of the symbol table.
rtems_rtl_archive_symbol* rtems_rtl_archive_symbols::symbols |
Sorted symbol table.