RTEMS
5.1
|
Data Fields | |
rtems_rtl_obj_cache * | file |
rtems_rtl_obj_comp * | decomp |
uint32_t | length |
uint32_t | version |
uint32_t | compression |
uint32_t | checksum |
uint32_t | machinetype |
uint32_t | datatype |
uint32_t | class |
uint32_t | init |
uint32_t | fini |
rtems_rtl_rap_section | secs [RTEMS_RTL_RAP_SECS] |
uint32_t | symtab_size |
char * | strtab |
uint32_t | strtab_size |
uint32_t | relocs_size |
uint32_t | symbols |
uint32_t | strtable_size |
uint32_t | rpathlen |
char * | strtable |
The RAP loader.
uint32_t rtems_rtl_rap::checksum |
The checksum.
uint32_t rtems_rtl_rap::class |
The ELF class.
uint32_t rtems_rtl_rap::compression |
The type of compression.
uint32_t rtems_rtl_rap::datatype |
The ELF data type.
rtems_rtl_obj_comp* rtems_rtl_rap::decomp |
The decompression streamer.
rtems_rtl_obj_cache* rtems_rtl_rap::file |
The file cache for the RAP file.
uint32_t rtems_rtl_rap::fini |
The finish strtab offset.
uint32_t rtems_rtl_rap::init |
The initialisation strtab offset.
uint32_t rtems_rtl_rap::length |
The file length.
uint32_t rtems_rtl_rap::machinetype |
The ELF machine type.
uint32_t rtems_rtl_rap::relocs_size |
The relocation table size.
uint32_t rtems_rtl_rap::rpathlen |
The length of rpath.
rtems_rtl_rap_section rtems_rtl_rap::secs[RTEMS_RTL_RAP_SECS] |
The sections.
char* rtems_rtl_rap::strtab |
The string table.
uint32_t rtems_rtl_rap::strtab_size |
The string table size.
char* rtems_rtl_rap::strtable |
The detail string which resides in obj detail.
uint32_t rtems_rtl_rap::strtable_size |
The size of section names and obj names.
uint32_t rtems_rtl_rap::symbols |
The number of symbols.
uint32_t rtems_rtl_rap::symtab_size |
The symbol table size.
uint32_t rtems_rtl_rap::version |
The RAP file version.