Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Doutput.h549 extern GTY(()) section *bss_noswitch_section;
Dvarasm.c160 section *bss_noswitch_section; variable
911 if (bss_noswitch_section) in get_variable_section()
912 return bss_noswitch_section; in get_variable_section()
5184 bss_noswitch_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS, in init_varasm_once()
5294 return bss_noswitch_section || targetm.have_switchable_bss_sections; in have_global_bss_p()
DChangeLog-200610395 (bss_noswitch_section): New variables.
10440 (bss_noswitch_section, have_global_bss_p): Declare.