Home
last modified time | relevance | path

Searched defs:SECTION_TLS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h377 #define SECTION_TLS 0x40000 /* contains thread-local storage */ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h386 SECTION_TLS = 1UL << 17, /* contains thread-local storage */ enumerator