RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_obj_print_t Struct Reference

Object print data. More...

Collaboration diagram for rtems_rtl_obj_print_t:
Collaboration graph
[legend]

Data Fields

rtems_rtl_data_trtl
 The RTL data. More...
 
int indent
 Spaces to indent. More...
 
bool oname
 Print object names. More...
 
bool names
 Print details of all names. More...
 
bool memory_map
 Print the memory map. More...
 
bool symbols
 Print the global symbols. More...
 
bool base
 Include the base object file. More...
 

Detailed Description

Object print data.

Field Documentation

◆ base

bool rtems_rtl_obj_print_t::base

Include the base object file.

◆ indent

int rtems_rtl_obj_print_t::indent

Spaces to indent.

◆ memory_map

bool rtems_rtl_obj_print_t::memory_map

Print the memory map.

◆ names

bool rtems_rtl_obj_print_t::names

Print details of all names.

◆ oname

bool rtems_rtl_obj_print_t::oname

Print object names.

◆ rtl

rtems_rtl_data_t* rtems_rtl_obj_print_t::rtl

The RTL data.

◆ symbols

bool rtems_rtl_obj_print_t::symbols

Print the global symbols.


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