RTEMS
5.1
|
#include <rtl-sym.h>
Data Fields | |
rtems_chain_node | node |
const char * | name |
void * | value |
uint32_t | data |
An object file symbol.
uint32_t rtems_rtl_obj_sym::data |
Format specific data.
const char* rtems_rtl_obj_sym::name |
The symbol's name.
rtems_chain_node rtems_rtl_obj_sym::node |
The node's link in the chain.
void* rtems_rtl_obj_sym::value |
The value of the symbol.