|
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 |
Referenced by assemble_variable(), default_use_anchors_for_symbol_p(), get_block_for_decl(), get_block_for_section(), get_section(), get_variable_section(), hash_section(), output_constant_def_contents(), output_object_block(), output_object_block_compare(), secname_for_decl(), and switch_to_section().
| struct named_section section::named |
| 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().