Searched refs:TLS_SLOT_SANITIZER (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.h58 static const int TLS_SLOT_SANITIZER = 6; member in namespace:scudo
61 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h149 static const int TLS_SLOT_SANITIZER = 6; member in namespace:__sanitizer
152 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);

Completed in 85 milliseconds