Home
last modified time | relevance | path

Searched refs:_tlsstart (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dandroid.d125 immutable offset = cast(size_t)(p - cast(void*)&_tlsstart); in __tls_get_addr()
156 auto pbeg = cast(void*)&_tlsstart; in getTLSBlockAlloc()
181 int _tlsstart; variable
H A Dwin32.d112 auto pbeg = cast(void*)&_tlsstart; in initTLSRanges()
180 int _tlsstart; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d38 extern __gshared byte _tlsstart; in version()
47 alias _tls_start _tlsstart; in version() local
495 &_tlsstart, &_tlsend, &_tls_callbacks_a, &_tls_index ); in version()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2013135 * d-objfile.cc (d_finish_symbol): Remove special handling of _tlsstart
534 (build_tlssections): Align _tlsstart and _tlsend symbols to target
H A DChangeLog-2011875 d/symbol.h: _tlsstart/_tlsend compiler generated symbols.