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

Public Member Functions

 external (const uint32_t name, const sections sec, const uint32_t value, const uint32_t data)
 
 external (const external &orig)
 

Public Attributes

const uint32_t name
 
const sections sec
 
const uint32_t value
 
const uint32_t data
 

Static Public Attributes

static const uint32_t rap_size = sizeof (uint32_t) * 3
 

Detailed Description

A symbol. This matches the symbol structure 'rtems_rtl_obj_sym_t' in the target code.

Constructor & Destructor Documentation

rld::rap::external::external ( const uint32_t  name,
const sections  sec,
const uint32_t  value,
const uint32_t  data 
)

The constructor.

rld::rap::external::external ( const external orig)

Copy constructor.

Member Data Documentation

const uint32_t rld::rap::external::data
const uint32_t rld::rap::external::name
const uint32_t rld::rap::external::rap_size = sizeof (uint32_t) * 3
static

Size of an external in the RAP file.

const sections rld::rap::external::sec
const uint32_t rld::rap::external::value

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