RTEMS CPU Kit with SuperCore
4.11.3
|
An object file symbol. More...
#include <rtl-sym.h>
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... | |
An object file symbol.
uint32_t rtems_rtl_obj_sym_s::data |
Format specific data.
const char* rtems_rtl_obj_sym_s::name |
The symbol's name.
rtems_chain_node rtems_rtl_obj_sym_s::node |
The node's link in the chain.
void* rtems_rtl_obj_sym_s::value |
The value of the symbol.
Referenced by rtems_rtl_obj_relocate_unresolved().