Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_linux_libcdep.cc | 359 uptr thread_pointer; local in function:__sanitizer::ThreadSelf 363 .set pop" : "=r" (thread_pointer)); 364 descr_addr = thread_pointer - kTlsTcbOffset - TlsPreTcbSize(); 376 uptr thread_pointer; local in function:__sanitizer::ThreadSelf 377 asm("addi %0,13,%1" : "=r"(thread_pointer) : "I"(-kTlsTcbOffset)); 378 descr_addr = thread_pointer - TlsPreTcbSize(); |
sanitizer_linux_libcdep.cc | 359 uptr thread_pointer; local in function:__sanitizer::ThreadSelf 363 .set pop" : "=r" (thread_pointer)); 364 descr_addr = thread_pointer - kTlsTcbOffset - TlsPreTcbSize(); 376 uptr thread_pointer; local in function:__sanitizer::ThreadSelf 377 asm("addi %0,13,%1" : "=r"(thread_pointer) : "I"(-kTlsTcbOffset)); 378 descr_addr = thread_pointer - TlsPreTcbSize(); |