RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rld::rap::relocation Struct Reference

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
 

Detailed Description

RAP relocation record. This one does not have const fields.

Constructor & Destructor Documentation

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.

Member Data Documentation

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

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