Home
last modified time | relevance | path

Searched refs:tls_index (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/rtld-elf/x86_64/
H A Drtld_machdep.h72 } tls_index; typedef
76 extern void *__tls_get_addr(tls_index *ti);
77 extern void *__tls_get_addr_tcb(struct tls_tcb *tcb, tls_index *ti);
H A Dreloc.c489 void *__tls_get_addr(tls_index *ti) in __tls_get_addr()
498 __tls_get_addr_tcb(struct tls_tcb *tcb, tls_index *ti) in __tls_get_addr_tcb()
/dragonfly/lib/libthread_db/
H A Dlibthread_xu.c682 int tls_index, ret; in pt_thr_tls_get_addr() local
690 &tls_index, sizeof(tls_index)); in pt_thr_tls_get_addr()
706 ret = ps_pread(ta->ph, &dtv_addr[tls_index+1], address, in pt_thr_tls_get_addr()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-s390.texi840 tls_index structure for the symbol is added to the GOT. The symbol term is
841 replaced with the offset from the start of the GOT to the tls_index structure.
/dragonfly/libexec/rtld-elf/
H A Drtld.c3190 tls_index ti; in do_dlsym()