RTEMS
5.1
|
Data Fields | |
rtems_rtl_obj_sect * | sect |
const char * | name |
int | index |
uint32_t | mask |
unsigned int | flags |
Section finder iterator data.
unsigned int rtems_rtl_obj_sect_finder::flags |
The flags to use when matching.
int rtems_rtl_obj_sect_finder::index |
The index to match.
uint32_t rtems_rtl_obj_sect_finder::mask |
The mask to match.
const char* rtems_rtl_obj_sect_finder::name |
The name to match.
rtems_rtl_obj_sect* rtems_rtl_obj_sect_finder::sect |
The matching section.