GCC Middle and Back End API Reference
|
#include <output.h>
Data Fields | |
struct section_common | common |
unnamed_section_callback | callback |
const void * | data |
section * | next |
Information about a SECTION_UNNAMED section.
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.