RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_obj_sect_finder_t Struct Reference

Section finder iterator data. More...

Collaboration diagram for rtems_rtl_obj_sect_finder_t:
Collaboration graph
[legend]

Data Fields

rtems_rtl_obj_sect_tsect
 The matching section. More...
 
const char * name
 The name to match. More...
 
int index
 The index to match. More...
 

Detailed Description

Section finder iterator data.

Field Documentation

◆ index

int rtems_rtl_obj_sect_finder_t::index

The index to match.

◆ name

const char* rtems_rtl_obj_sect_finder_t::name

The name to match.

Referenced by rtems_rtl_obj_find_section().

◆ sect

rtems_rtl_obj_sect_t* rtems_rtl_obj_sect_finder_t::sect

The matching section.

Referenced by rtems_rtl_obj_find_section().


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