Searched refs:SECTION_WRITE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dwinnt.c549 flags = SECTION_WRITE;
581 if ((flags & (SECTION_CODE | SECTION_WRITE)) == 0)
591 if (flags & SECTION_WRITE)
H A Di386.c2357 unsigned int flags = SECTION_WRITE;
19827 flags & SECTION_WRITE ? "aw" : "a");
/freebsd-10.1-release/contrib/gcc/
H A Doutput.h398 #define SECTION_WRITE 0x00200 /* data is writable */ macro
H A Dvarasm.c1225 switch_to_section (get_section (section, SECTION_WRITE, NULL));
1275 switch_to_section (get_section (section, SECTION_WRITE, NULL));
5166 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
5171 sdata_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
5191 bss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS,
5197 sbss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS,
5202 tls_comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5204 lcomm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5206 comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5210 bss_noswitch_section = get_noswitch_section (SECTION_WRITE | SECTION_BS
[all...]
H A Dexcept.c3563 ? 0 : SECTION_WRITE);
3566 flags = SECTION_WRITE;
H A Ddwarf2out.c2020 ? 0 : SECTION_WRITE);
2023 flags = SECTION_WRITE;
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Drs6000.c17885 = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
18415 switch_to_section (get_section (section, SECTION_WRITE, NULL));
18444 switch_to_section (get_section (section, SECTION_WRITE, NULL));
18612 = get_unnamed_section (SECTION_WRITE,
18642 else if (flags & SECTION_WRITE)
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dmips.c7383 return get_section (rname, SECTION_LINKONCE | SECTION_WRITE, decl);
7390 return get_section (rname, SECTION_WRITE, decl);
/freebsd-10.1-release/contrib/gcc/config/sparc/
H A Dsparc.c7755 if (flags & SECTION_WRITE)
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Darm.c14710 data_section = get_unnamed_section (SECTION_WRITE,

Completed in 526 milliseconds