RTEMS  5.0.0
Data Fields
rtems_rtl_archive_symbols Struct Reference

#include <rtl-archive.h>

Data Fields

void * base
 
size_t size
 
size_t entries
 
const char * names
 
rtems_rtl_archive_symbolsymbols
 

Detailed Description

RTL Archive symbols.

Field Documentation

◆ base

void* rtems_rtl_archive_symbols::base

Base of the symbol table.

◆ entries

size_t rtems_rtl_archive_symbols::entries

Entries in the symbol table.

◆ names

const char* rtems_rtl_archive_symbols::names

Start of the symbol names.

◆ size

size_t rtems_rtl_archive_symbols::size

Size of the symbol table.

◆ symbols

rtems_rtl_archive_symbol* rtems_rtl_archive_symbols::symbols

Sorted symbol table.


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