RTEMS
5.1
|
#include <rtl-obj.h>
Data Fields | |
rtems_chain_node | node |
int | section |
const char * | name |
size_t | size |
off_t | offset |
uint32_t | alignment |
int | link |
int | info |
uint32_t | flags |
void * | base |
int | load_order |
An object file is made up of sections and the can be more than one of a specific type of sections. All sections and grouped together in memory.
uint32_t rtems_rtl_obj_sect::alignment |
Alignment of this section.
void* rtems_rtl_obj_sect::base |
The base address of the section in memory.
uint32_t rtems_rtl_obj_sect::flags |
The section's flags.
int rtems_rtl_obj_sect::info |
Secfion info field.
int rtems_rtl_obj_sect::link |
Section link field.
int rtems_rtl_obj_sect::load_order |
Order we load sections.
const char* rtems_rtl_obj_sect::name |
The section's name.
rtems_chain_node rtems_rtl_obj_sect::node |
The node's link in the chain.
off_t rtems_rtl_obj_sect::offset |
Offset into the object file. Relative to the start of the object file.
int rtems_rtl_obj_sect::section |
The section number.
size_t rtems_rtl_obj_sect::size |
The size of the section in memory.