Home
last modified time | relevance | path

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

/bionic/libc/platform/bionic/
Dtls_defines.h97 #define TLS_SLOT_SANITIZER 6 // was historically used for dlerror macro
117 #define TLS_SLOT_SANITIZER 6 // was historically used for dlerror macro
143 #define TLS_SLOT_SANITIZER (-2) macro
/bionic/libc/platform/
Dscudo_platform_tls_slot.h34 return reinterpret_cast<uintptr_t*>(&__get_tls()[TLS_SLOT_SANITIZER]); in getPlatformAllocatorTlsSlot()