|
RTEMS CPU Kit with SuperCore
4.11.3
|
The RAP loader. More...

Data Fields | |
| rtems_rtl_obj_cache_t * | file |
| The file cache for the RAP file. More... | |
| rtems_rtl_obj_comp_t * | decomp |
| The decompression streamer. More... | |
| uint32_t | length |
| The file length. More... | |
| uint32_t | version |
| The RAP file version. More... | |
| uint32_t | compression |
| The type of compression. More... | |
| uint32_t | checksum |
| The checksum. More... | |
| uint32_t | machinetype |
| The ELF machine type. More... | |
| uint32_t | datatype |
| The ELF data type. More... | |
| uint32_t | class |
| The ELF class. More... | |
| uint32_t | init |
| The initialisation strtab offset. More... | |
| uint32_t | fini |
| The finish strtab offset. More... | |
| rtems_rtl_rap_section_t | secs [RTEMS_RTL_RAP_SECS] |
| The sections. More... | |
| uint32_t | symtab_size |
| The symbol table size. More... | |
| char * | strtab |
| The string table. More... | |
| uint32_t | strtab_size |
| The string table size. More... | |
| uint32_t | relocs_size |
| The relocation table size. More... | |
| uint32_t | symbols |
| The number of symbols. More... | |
| uint32_t | strtable_size |
| The size of section names and obj names. More... | |
| uint32_t | rpathlen |
| The length of rpath. More... | |
| char * | strtable |
| The detail string which resides in obj detail. More... | |
The RAP loader.
| uint32_t rtems_rtl_rap_s::checksum |
The checksum.
| uint32_t rtems_rtl_rap_s::class |
The ELF class.
| uint32_t rtems_rtl_rap_s::compression |
The type of compression.
| uint32_t rtems_rtl_rap_s::datatype |
The ELF data type.
| rtems_rtl_obj_comp_t* rtems_rtl_rap_s::decomp |
The decompression streamer.
| rtems_rtl_obj_cache_t* rtems_rtl_rap_s::file |
The file cache for the RAP file.
Referenced by rtems_rtl_rap_file_load().
| uint32_t rtems_rtl_rap_s::fini |
The finish strtab offset.
| uint32_t rtems_rtl_rap_s::init |
The initialisation strtab offset.
| uint32_t rtems_rtl_rap_s::length |
The file length.
| uint32_t rtems_rtl_rap_s::machinetype |
The ELF machine type.
| uint32_t rtems_rtl_rap_s::relocs_size |
The relocation table size.
| uint32_t rtems_rtl_rap_s::rpathlen |
The length of rpath.
| rtems_rtl_rap_section_t rtems_rtl_rap_s::secs[RTEMS_RTL_RAP_SECS] |
The sections.
| char* rtems_rtl_rap_s::strtab |
The string table.
| uint32_t rtems_rtl_rap_s::strtab_size |
The string table size.
| char* rtems_rtl_rap_s::strtable |
The detail string which resides in obj detail.
| uint32_t rtems_rtl_rap_s::strtable_size |
The size of section names and obj names.
| uint32_t rtems_rtl_rap_s::symbols |
The number of symbols.
| uint32_t rtems_rtl_rap_s::symtab_size |
The symbol table size.
| uint32_t rtems_rtl_rap_s::version |
The RAP file version.
1.8.13