Searched refs:TLS_SLOT_SANITIZER (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.h140 static const int TLS_SLOT_SANITIZER = 6; member in namespace:__sanitizer
143 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.h161 static const int TLS_SLOT_SANITIZER = 6; member in namespace:__sanitizer
164 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);

Completed in 77 milliseconds