RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_unresolv_name_s Struct Reference

Unresolved externals symbol names. More...

#include <rtl-unresolved.h>

Data Fields

uint16_t refs
 The number of references to this name. More...
 
uint16_t length
 The length of this name. More...
 
const char name [12]
 The symbol name. More...
 

Detailed Description

Unresolved externals symbol names.

The names are reference counted and separate from the relocation records because a number of records could reference the same symbol name.

Field Documentation

◆ length

uint16_t rtems_rtl_unresolv_name_s::length

The length of this name.

◆ name

const char rtems_rtl_unresolv_name_s::name[12]

The symbol name.

◆ refs

uint16_t rtems_rtl_unresolv_name_s::refs

The number of references to this name.


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