RTEMS
5.1
|
#include <rtl-unresolved.h>
Data Fields | |
uint16_t | refs |
uint16_t | flags |
uint16_t | length |
const char | name [] |
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.
uint16_t rtems_rtl_unresolv_symbol::flags |
Flags to manage the symbol.
uint16_t rtems_rtl_unresolv_symbol::length |
The length of this name.
const char rtems_rtl_unresolv_symbol::name[] |
The symbol name.
uint16_t rtems_rtl_unresolv_symbol::refs |
The number of references to this name.