RTEMS  5.1
Data Fields
rtems_rtl_obj_sym Struct Reference

#include <rtl-sym.h>

Data Fields

rtems_chain_node node
 
const char * name
 
void * value
 
uint32_t data
 

Detailed Description

An object file symbol.

Field Documentation

◆ data

uint32_t rtems_rtl_obj_sym::data

Format specific data.

◆ name

const char* rtems_rtl_obj_sym::name

The symbol's name.

◆ node

rtems_chain_node rtems_rtl_obj_sym::node

The node's link in the chain.

◆ value

void* rtems_rtl_obj_sym::value

The value of the symbol.


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