RTEMS  5.0.0
Data Fields
rtems_rtl_unresolv_symbol Struct Reference

#include <rtl-unresolved.h>

Data Fields

uint16_t refs
 
uint16_t flags
 
uint16_t length
 
const char name []
 

Detailed Description

Unresolved externals symbols. The symbols are reference counted and separate from the relocation records because a number of records could reference the same symbol.

The name is extended in the allocator of the record in the unresolved data block. The 10 is a minimum that is added to by joining more than one record.

Field Documentation

◆ flags

uint16_t rtems_rtl_unresolv_symbol::flags

Flags to manage the symbol.

◆ length

uint16_t rtems_rtl_unresolv_symbol::length

The length of this name.

◆ name

const char rtems_rtl_unresolv_symbol::name[]

The symbol name.

◆ refs

uint16_t rtems_rtl_unresolv_symbol::refs

The number of references to this name.


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