GCC Middle and Back End API Reference
unnamed_section Struct Reference

#include <output.h>

Collaboration diagram for unnamed_section:

Data Fields

struct section_common common
unnamed_section_callback callback
const void * data
sectionnext

Detailed Description

   Information about a SECTION_UNNAMED section.  

Field Documentation

unnamed_section_callback unnamed_section::callback
     The callback used to switch to the section, and the data that
     should be passed to the callback.  
struct section_common unnamed_section::common

Referenced by hash_section().

const void* unnamed_section::data
section* unnamed_section::next
     The next entry in the chain of unnamed sections.  

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