Home
last modified time | relevance | path

Searched refs:__tls_get_addr (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp180 INTERCEPTOR(void *, __tls_get_addr, void *arg) { in INTERCEPTOR() argument
181 COMMON_INTERCEPTOR_ENTER(__tls_get_addr, arg); in INTERCEPTOR()
182 void *res = REAL(__tls_get_addr)(arg); in INTERCEPTOR()
215 INTERCEPT_FUNCTION(__tls_get_addr); in initialize_interceptors()
H A Dlibc_ubuntu1404_abilist.txt1152 fun:__tls_get_addr=uninstrumented
/openbsd/lib/libc/dlfcn/
H A Ddlfcn_stubs.c121 void *__tls_get_addr(tls_index *) __attribute__((weak));
128 __tls_get_addr(tls_index *ti)
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp358 extern "C" void *__tls_get_addr(size_t *);
398 begin = (uptr)__tls_get_addr(mod_and_off); in CollectStaticTlsBlocks()
H A Dsanitizer_flags.inc127 COMMON_FLAG(bool, intercept_tls_get_addr, false, "Intercept __tls_get_addr.")
H A Dsanitizer_common_interceptors.inc5463 #define INIT_TLS_GET_ADDR COMMON_INTERCEPT_FUNCTION(__tls_get_addr)
5465 // it: 1. __tls_get_addr can be called with mis-aligned stack due to:
5467 // 2. It can be called recursively if sanitizer code uses __tls_get_addr
5470 INTERCEPTOR(void *, __tls_get_addr, void *arg) {
5472 COMMON_INTERCEPTOR_ENTER(ctx, __tls_get_addr, arg);
5473 void *res = REAL(__tls_get_addr)(arg);
5485 // mostly the same semantics as __tls_get_addr, but its presence enables
5494 // the usual __tls_get_addr, but returns a TP-relative offset instead of
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-alpha.texi225 literal is the call to @code{__tls_get_addr} used to compute the
231 literal is the call to @code{__tls_get_addr} used to compute the
276 address of the @code{__tls_get_addr} function and the @code{lituse_tlsgd}
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-alpha.texi231 literal is the call to @code{__tls_get_addr} used to compute the
237 literal is the call to @code{__tls_get_addr} used to compute the
282 address of the @code{__tls_get_addr} function and the @code{lituse_tlsgd}
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2773 TSAN_INTERCEPTOR(void *, __tls_get_addr, void *arg) { in TSAN_INTERCEPTOR() argument
2774 void *res = REAL(__tls_get_addr)(arg); in TSAN_INTERCEPTOR()
3036 TSAN_INTERCEPT(__tls_get_addr); in InitializeInterceptors()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dconfigure.in1832 ldq $27,__tls_get_addr($29) !literal!1
1834 jsr $26,($27),__tls_get_addr !lituse_tlsgd!1
1835 ldq $27,__tls_get_addr($29) !literal!2
1837 jsr $26,($27),__tls_get_addr !lituse_tlsldm!2
H A DChangeLog10795 (ix86_tls_get_addr): Use __tls_get_addr on TARGET_64BIT
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dconfig-ix.cmake267 # Workaround for direct calls to __tls_get_addr on Solaris/amd64.
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1531 // On AIX, the call to __tls_get_addr needs two inputs in X3/X4 for the
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-02034416 .__tls_get_addr too.
4477 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
4484 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
4563 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
H A DChangeLog-20053515 to the __tls_get_addr symbol. For PLT relocs, track references
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-02034416 .__tls_get_addr too.
4477 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
4484 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
4563 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
/openbsd/gnu/usr.bin/binutils/gas/po/
H A Dtr.po8829 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
8830 msgstr "Geçersiz işlenen: %%%s ancak __tls_get_addr çağrısı ile beraber kullanılabilir"
H A Dgas.pot8543 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
/openbsd/gnu/usr.bin/binutils-2.17/gas/po/
H A Dtr.po9748 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
9749 msgstr "Geçersiz işlenen: %%%s ancak __tls_get_addr çağrısı ile beraber kullanılabilir"
H A Dgas.pot9277 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"