Home
last modified time | relevance | path

Searched refs:flag_data_sections (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dflags.h527 extern int flag_data_sections;
H A Dtoplev.c559 int flag_data_sections = 0; variable
1152 {"data-sections", &flag_data_sections, 1,
5273 if (flag_data_sections) in process_options()
5276 flag_data_sections = 0; in process_options()
H A Dvarasm.c1371 resolve_unique_section (decl, 0, flag_data_sections);
1572 resolve_unique_section (decl, reloc, flag_data_sections);
H A DChangeLog.112657 * toplev.c: Fix bad patch around flag_data_sections.
12678 * flags.h: Add flag_data_sections.
12679 * toplev.c: Add option -fdata-sections. Add flag_data_sections.
12680 (compile_file): Error if flag_data_sections not supported.
12681 * varasm.c (assemble_variable): Handle flag_data_sections.
H A DChangeLog.316497 flag_data_sections or UNIQUE_SECTION_P are true.
16519 flag_data_sections is true.
H A DChangeLog.77593 (asm_emit_uninitialised): Pass flag_data_sections.
/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.c1782 if (flag_data_sections) in process_options()
1785 flag_data_sections = 0; in process_options()
H A Dvarasm.c625 else if (flag_function_sections && flag_data_sections in default_function_rodata_section()
901 resolve_unique_section (decl, reloc, flag_data_sections); in get_variable_section()
H A Dcommon.opt367 Common Report Var(flag_data_sections)
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c7318 else if (flag_function_sections && flag_data_sections in mips_function_rodata_section()