RTEMS  5.1
Data Fields
rtems_rtl_obj_sect Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ alignment

uint32_t rtems_rtl_obj_sect::alignment

Alignment of this section.

◆ base

void* rtems_rtl_obj_sect::base

The base address of the section in memory.

◆ flags

uint32_t rtems_rtl_obj_sect::flags

The section's flags.

◆ info

int rtems_rtl_obj_sect::info

Secfion info field.

◆ link

int rtems_rtl_obj_sect::link

Section link field.

◆ load_order

int rtems_rtl_obj_sect::load_order

Order we load sections.

◆ name

const char* rtems_rtl_obj_sect::name

The section's name.

◆ node

rtems_chain_node rtems_rtl_obj_sect::node

The node's link in the chain.

◆ offset

off_t rtems_rtl_obj_sect::offset

Offset into the object file. Relative to the start of the object file.

◆ section

int rtems_rtl_obj_sect::section

The section number.

◆ size

size_t rtems_rtl_obj_sect::size

The size of the section in memory.


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