Home
last modified time | relevance | path

Searched refs:SECTION_STYLE (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDoutput.h531 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK) macro
HDvarasm.c439 && SECTION_STYLE (sect) == SECTION_NAMED in unlikely_text_section_p()
949 if (SECTION_STYLE (sect) == SECTION_NOSWITCH) in get_block_for_decl()
1836 else if (SECTION_STYLE (sect) == SECTION_NOSWITCH) in assemble_variable()
6002 switch (SECTION_STYLE (new_section)) in switch_to_section()
HDChangeLog-200610399 (unlikely_text_section_p): Use SECTION_STYLE.
10425 (switch_to_section): Use SECTION_STYLE. Abort for SECTION_NOSWITCH.
10438 (SECTION_STYLE): New macro.