Home
last modified time | relevance | path

Searched refs:SECTION_CODE (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/
Ddarwin-sections.def1 DEF_SECTION (text_coal_section, SECTION_CODE,
3 DEF_SECTION (text_unlikely_coal_section, SECTION_CODE,
/freebsd-9-stable/contrib/gcc/config/i386/
Dwinnt.c543 flags = SECTION_CODE; in i386_pe_section_type_flags()
580 if ((flags & (SECTION_CODE | SECTION_WRITE)) == 0) in i386_pe_asm_named_section()
588 if (flags & SECTION_CODE) in i386_pe_asm_named_section()
608 bool discard = (flags & SECTION_CODE) in i386_pe_asm_named_section()
/freebsd-9-stable/contrib/gcc/
Dvarasm.c1524 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0) in assemble_zeros()
1825 if (sect && (sect->common.flags & SECTION_CODE) != 0) in assemble_variable()
5133 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op, in init_varasm_once()
5232 flags = SECTION_CODE; in default_section_type_flags()
5239 flags = SECTION_CODE; in default_section_type_flags()
5243 flags = SECTION_CODE; in default_section_type_flags()
5276 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS)) in default_section_type_flags()
5329 if (flags & SECTION_CODE) in default_elf_asm_named_section()
5382 if (flags & SECTION_CODE) in default_coff_asm_named_section()
5401 (flags & SECTION_CODE ? "discard" : "same_size")); in default_pe_asm_named_section()
[all …]
Doutput.h397 #define SECTION_CODE 0x00100 /* contains code */ macro
DChangeLog-200436344 flags = SECTION_CODE.
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c18593 if (flags & SECTION_CODE) in rs6000_xcoff_asm_named_section()
18601 (flags & SECTION_CODE) ? "." : "", in rs6000_xcoff_asm_named_section()
18684 if (flags & SECTION_CODE) in rs6000_xcoff_section_type_flags()
/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c7736 if (flags & SECTION_CODE) in sparc_elf_asm_named_section()
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c14686 text_section = get_unnamed_section (SECTION_CODE, in aof_asm_init_sections()