Searched refs:SECTION_TLS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Doutput.h408 #define SECTION_TLS 0x40000 /* contains thread-local storage */ macro
H A Dvarasm.c5279 flags |= SECTION_TLS | SECTION_WRITE;
5292 flags |= SECTION_TLS;
5297 flags |= SECTION_TLS | SECTION_BSS;
5304 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS))
5365 if (flags & SECTION_TLS)
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c7757 if (flags & SECTION_TLS)

Completed in 100 milliseconds