Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc295 const uptr kTlsTcbOffset = 0x7000; in ThreadSelf() local
301 descr_addr = thread_pointer - kTlsTcbOffset - TlsPreTcbSize(); in ThreadSelf()
309 const uptr kTlsTcbOffset = 0x7000; in ThreadSelf() local
311 asm("addi %0,13,%1" : "=r"(thread_pointer) : "I"(-kTlsTcbOffset)); in ThreadSelf()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp367 const uptr kTlsTcbOffset = 0x7000; in ThreadSelf() local
373 descr_addr = thread_pointer - kTlsTcbOffset - TlsPreTcbSize(); in ThreadSelf()
388 const uptr kTlsTcbOffset = 0x7000; in ThreadSelf() local
390 asm("addi %0,13,%1" : "=r"(thread_pointer) : "I"(-kTlsTcbOffset)); in ThreadSelf()