RTEMS CPU Kit with SuperCore
4.11.3
|
Section finder iterator data. More...
Data Fields | |
rtems_rtl_obj_sect_t * | sect |
The matching section. More... | |
const char * | name |
The name to match. More... | |
int | index |
The index to match. More... | |
Section finder iterator data.
int rtems_rtl_obj_sect_finder_t::index |
The index to match.
const char* rtems_rtl_obj_sect_finder_t::name |
The name to match.
Referenced by rtems_rtl_obj_find_section().
rtems_rtl_obj_sect_t* rtems_rtl_obj_sect_finder_t::sect |
The matching section.
Referenced by rtems_rtl_obj_find_section().