|
GCC Middle and Back End API Reference
|
#include <output.h>

Data Fields | |
| struct section_common | common |
| struct named_section | named |
| struct unnamed_section | unnamed |
| struct noswitch_section | noswitch |
Information about a section, which may be named or unnamed.
| struct section_common section::common |
| struct named_section section::named |
Referenced by assemble_variable(), get_section(), hash_section(), section_entry_eq(), section_entry_hash(), and switch_to_section().
| struct noswitch_section section::noswitch |
Referenced by assemble_noswitch_variable(), and get_noswitch_section().
| struct unnamed_section section::unnamed |
Referenced by get_unnamed_section(), and switch_to_section().