GCC Middle and Back End API Reference
|
#include <output.h>
Data Fields | |
struct section_common | common |
unnamed_section_callback | callback |
const char * | data |
section * | next |
Information about a SECTION_UNNAMED section.
unnamed_section_callback unnamed_section::callback |
Referenced by get_unnamed_section(), and switch_to_section().
struct section_common unnamed_section::common |
Referenced by get_unnamed_section().
const char* unnamed_section::data |
Referenced by get_unnamed_section(), and switch_to_section().
section* unnamed_section::next |
Referenced by get_unnamed_section().