RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_obj_sym_s Struct Reference

An object file symbol. More...

#include <rtl-sym.h>

Collaboration diagram for rtems_rtl_obj_sym_s:
Collaboration graph
[legend]

Data Fields

rtems_chain_node node
 The node's link in the chain. More...
 
const char * name
 The symbol's name. More...
 
void * value
 The value of the symbol. More...
 
uint32_t data
 Format specific data. More...
 

Detailed Description

An object file symbol.

Field Documentation

◆ data

uint32_t rtems_rtl_obj_sym_s::data

Format specific data.

◆ name

const char* rtems_rtl_obj_sym_s::name

The symbol's name.

◆ node

rtems_chain_node rtems_rtl_obj_sym_s::node

The node's link in the chain.

◆ value

void* rtems_rtl_obj_sym_s::value

The value of the symbol.

Referenced by rtems_rtl_obj_relocate_unresolved().


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