RTEMS Linker
0.0.1
RTEMS Tools Project
|
Public Member Functions | |
relocation (const files::relocation &reloc, const uint32_t offset) | |
Public Attributes | |
uint32_t | offset |
uint32_t | info |
uint32_t | addend |
std::string | symname |
uint32_t | symtype |
int | symsect |
uint32_t | symvalue |
RAP relocation record. This one does not have const fields.
rld::rap::relocation::relocation | ( | const files::relocation & | reloc, |
const uint32_t | offset | ||
) |
Construct the relocation using the file relocation, the offset of the section in the target RAP section and the RAP section of the symbol.
uint32_t rld::rap::relocation::addend |
uint32_t rld::rap::relocation::info |
uint32_t rld::rap::relocation::offset |
std::string rld::rap::relocation::symname |
int rld::rap::relocation::symsect |
uint32_t rld::rap::relocation::symtype |
uint32_t rld::rap::relocation::symvalue |