Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dsol2.h199 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsol2.h403 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
Dsparc.cc10685 if (flags & SECTION_TLS) in sparc_solaris_elf_asm_named_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doutput.h386 SECTION_TLS = 1UL << 17, /* contains thread-local storage */ enumerator
Dvarasm.cc323 & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE in get_section()
6751 flags |= SECTION_TLS | SECTION_WRITE; in default_section_type_flags()
6765 flags |= SECTION_TLS; in default_section_type_flags()
6770 flags |= SECTION_TLS | SECTION_BSS; in default_section_type_flags()
6793 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE)) in default_section_type_flags()
6868 if (flags & SECTION_TLS) in default_elf_asm_named_section()
DChangeLog-200220575 * output.h (SECTION_TLS): New.
20578 (default_elf_asm_named_section): Handle SECTION_TLS.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc21090 = get_unnamed_section (SECTION_TLS, in rs6000_xcoff_asm_init_sections()
21095 = get_unnamed_section (SECTION_TLS, in rs6000_xcoff_asm_init_sections()
21128 else if (flags & SECTION_TLS) in rs6000_xcoff_asm_named_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc33827 if (flags & SECTION_TLS) in arm_asm_elf_flags_numeric()