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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp339 uptr kMagicValue = 0x010203040A0B0C0D; local
342 *tls_ptr = kMagicValue;
344 if (*(uptr *)get_android_tls_ptr() != kMagicValue) {

Completed in 106 milliseconds