Home
last modified time | relevance | path

Searched refs:SECTION_WRITE (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Diris6.h336 case in_data: return SECTION_WRITE; \
337 case in_sdata: return SECTION_WRITE | SECTION_SMALL; \
338 case in_bss: return SECTION_WRITE | SECTION_BSS; \
/openbsd/gnu/gcc/gcc/config/i386/
H A Dwinnt.c548 flags = SECTION_WRITE; in i386_pe_section_type_flags()
580 if ((flags & (SECTION_CODE | SECTION_WRITE)) == 0) in i386_pe_asm_named_section()
590 if (flags & SECTION_WRITE) in i386_pe_asm_named_section()
H A Di386.c2023 unsigned int flags = SECTION_WRITE; in x86_64_elf_select_section()
19234 flags & SECTION_WRITE ? "aw" : "a"); in i386_solaris_elf_named_section()
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin-sections.def12 DEF_SECTION (data_coal_section, SECTION_WRITE,
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dwinnt.c591 flags = SECTION_WRITE;
626 if (flags & SECTION_WRITE)
/openbsd/gnu/gcc/gcc/
H A Dvarasm.c1219 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in default_named_section_asm_out_destructor()
1269 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in default_named_section_asm_out_constructor()
5164 bss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS, in init_varasm_once()
5170 sbss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS, in init_varasm_once()
5175 tls_comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS in init_varasm_once()
5177 lcomm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS in init_varasm_once()
5179 comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS in init_varasm_once()
5246 flags = SECTION_WRITE; in default_section_type_flags()
5252 flags |= SECTION_TLS | SECTION_WRITE; in default_section_type_flags()
5328 if (flags & SECTION_WRITE) in default_elf_asm_named_section()
[all …]
H A Doutput.h397 #define SECTION_WRITE 0x00200 /* data is writable */ macro
H A Dexcept.c3545 ? 0 : SECTION_WRITE); in switch_to_exception_section()
3548 flags = SECTION_WRITE; in switch_to_exception_section()
H A Ddwarf2out.c2018 ? 0 : SECTION_WRITE); in switch_to_eh_frame_section()
2021 flags = SECTION_WRITE; in switch_to_eh_frame_section()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Doutput.h477 #define SECTION_WRITE 0x00200 /* data is writable */ macro
H A Dvarasm.c1035 named_section_flags (section, SECTION_WRITE);
1097 named_section_flags (section, SECTION_WRITE);
4881 flags = SECTION_WRITE;
4887 flags |= SECTION_TLS | SECTION_WRITE;
4947 if (flags & SECTION_WRITE)
4988 if (flags & SECTION_WRITE)
H A Dexcept.c3638 ? 0 : SECTION_WRITE; in default_exception_section()
3640 flags = SECTION_WRITE; in default_exception_section()
H A Ddwarf2out.c133 ? 0 : SECTION_WRITE; in default_eh_frame_section()
136 named_section_flags (EH_FRAME_SECTION_NAME, SECTION_WRITE); in default_eh_frame_section()
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.c2956 = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in v850_asm_init_sections()
2960 = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in v850_asm_init_sections()
2964 = get_unnamed_section (SECTION_WRITE | SECTION_BSS, in v850_asm_init_sections()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c2131 named_section_flags (JCR_SECTION_NAME, SECTION_WRITE); in emit_register_classes()
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c1635 = get_unnamed_section (SECTION_WRITE | SECTION_BSS, in xstormy16_asm_init_sections()
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dm68k.c3491 if (flags & SECTION_WRITE) in m68k_coff_asm_named_section()
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.c3838 if (flags & SECTION_WRITE)
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c17786 = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in rs6000_elf_asm_init_sections()
18313 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_constructor()
18342 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_destructor()
18510 = get_unnamed_section (SECTION_WRITE, in rs6000_xcoff_asm_init_sections()
18540 else if (flags & SECTION_WRITE) in rs6000_xcoff_asm_named_section()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c13185 named_section_flags (section, SECTION_WRITE);
13216 named_section_flags (section, SECTION_WRITE);
13251 else if (flags & SECTION_WRITE)
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.c7316 return get_section (rname, SECTION_LINKONCE | SECTION_WRITE, decl); in mips_function_rodata_section()
7323 return get_section (rname, SECTION_WRITE, decl); in mips_function_rodata_section()
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.c1261 flags |= SECTION_WRITE | SECTION_CODE | SECTION_OVERRIDE; in m68hc11_section_type_flags()
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c8236 if (flags & SECTION_WRITE)
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c7735 if (flags & SECTION_WRITE) in sparc_elf_asm_named_section()
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.c9363 = get_unnamed_section (SECTION_WRITE, in pa_som_asm_init_sections()

12