Home
last modified time | relevance | path

Searched refs:get_tls (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddarwin-tls-preserved.ll13 br i1 %tst1, label %get_tls, label %done
15 get_tls:
20 %res = phi i32 [%val, %get_tls], [0, %entry]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc172 get_tls_func get_tls; in InitTlsSize() local
174 CHECK_EQ(sizeof(get_tls), sizeof(get_tls_static_info_ptr)); in InitTlsSize()
175 internal_memcpy(&get_tls, &get_tls_static_info_ptr, in InitTlsSize()
177 CHECK_NE(get_tls, 0); in InitTlsSize()
180 get_tls(&tls_size, &tls_align); in InitTlsSize()
/external/strace/
DNEWS181 * Added decoding of get_tls syscall on arm.
DChangeLog7838 getpgrp, getuid32, getgid32, geteuid32, getegid32, gettid, get_tls
8030 * linux/arm/syscallent.h (get_tls): Likewise.
8338 Add syscall entry for ARM-specific get_tls syscall.