RTEMS Linker
0.0.1
RTEMS Tools Project
|
Public Member Functions | |
osection (const std::string &name, uint32_t offset, uint32_t size, uint32_t align, uint32_t relocs, uint64_t flags) | |
osection () | |
Public Attributes | |
std::string | name |
uint32_t | offset |
uint32_t | size |
uint32_t | align |
uint32_t | relocs |
uint64_t | flags |
An object section's offset, size and alignment.
rld::rap::osection::osection | ( | const std::string & | name, |
uint32_t | offset, | ||
uint32_t | size, | ||
uint32_t | align, | ||
uint32_t | relocs, | ||
uint64_t | flags | ||
) |
Construct the object section.
rld::rap::osection::osection | ( | ) |
Default constructor.
uint32_t rld::rap::osection::align |
uint64_t rld::rap::osection::flags |
std::string rld::rap::osection::name |
uint32_t rld::rap::osection::offset |
uint32_t rld::rap::osection::relocs |
uint32_t rld::rap::osection::size |