Searched refs:SECTION_NOSWITCH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Doutput.h426 #define SECTION_NOSWITCH 0x400000 macro
501 SECTION_NOSWITCH section. DECL is the decl that should be assembled
513 /* Information about a SECTION_NOSWITCH section. */
527 struct noswitch_section GTY ((tag ("SECTION_NOSWITCH"))) noswitch;
H A Dvarasm.c159 /* A SECTION_NOSWITCH section used for declaring global BSS variables.
267 /* Return a SECTION_NOSWITCH section with the given fields. */
275 sect->noswitch.common.flags = flags | SECTION_NOSWITCH;
954 if (SECTION_STYLE (sect) == SECTION_NOSWITCH)
1658 /* Assemble DECL given that it belongs in SECTION_NOSWITCH section SECT.
1845 else if (SECTION_STYLE (sect) == SECTION_NOSWITCH)
6047 case SECTION_NOSWITCH:

Completed in 84 milliseconds