RTEMS Linker
0.0.1
RTEMS Tools Project
|
Public Member Functions | |
section () | |
~section () | |
void | load_data (rld::compress::compressor &comp) |
void | load_relocs (rld::compress::compressor &comp) |
Public Attributes | |
std::string | name |
uint32_t | size |
uint32_t | alignment |
uint8_t * | data |
uint32_t | relocs_size |
relocations | relocs |
bool | rela |
off_t | rap_off |
A RAP section.
rap::section::section | ( | ) |
rap::section::~section | ( | ) |
void rap::section::load_data | ( | rld::compress::compressor & | comp | ) |
void rap::section::load_relocs | ( | rld::compress::compressor & | comp | ) |
uint32_t rap::section::alignment |
uint8_t* rap::section::data |
std::string rap::section::name |
off_t rap::section::rap_off |
bool rap::section::rela |
relocations rap::section::relocs |
uint32_t rap::section::relocs_size |
uint32_t rap::section::size |