Searched refs:ti_module (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/libexec/rtld-elf/arm/ |
| H A D | rtld_machdep.h | 61 unsigned long ti_module; member
|
| H A D | reloc.c | 469 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/amd64/ |
| H A D | rtld_machdep.h | 66 unsigned long ti_module; member
|
| H A D | reloc.c | 551 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/aarch64/ |
| H A D | rtld_machdep.h | 84 unsigned long ti_module; member
|
| H A D | reloc.c | 534 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/powerpc64/ |
| H A D | rtld_machdep.h | 78 unsigned long ti_module; member
|
| H A D | reloc.c | 730 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/riscv/ |
| H A D | rtld_machdep.h | 96 unsigned long ti_module; member
|
| H A D | reloc.c | 407 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/i386/ |
| H A D | rtld_machdep.h | 66 unsigned long ti_module; member
|
| H A D | reloc.c | 526 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset)); in ___tls_get_addr() 536 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd-14.2/libexec/rtld-elf/powerpc/ |
| H A D | rtld_machdep.h | 86 unsigned long ti_module; member
|
| H A D | reloc.c | 833 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset); in __tls_get_addr()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | dlfcn.c | 227 ti.ti_module = 1; in dl_iterate_phdr()
|
| H A D | tls.c | 88 return ((char *)(dtv[ti->ti_module + 1] + ti->ti_offset) + in __libc_tls_get_addr()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 344 static uptr TlsGetOffset(uptr ti_module, uptr ti_offset) { in TlsGetOffset() argument 350 uptr tls_index[2] = {ti_module, ti_offset}; in TlsGetOffset()
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 4015 ti.ti_module = defobj->tlsindex; in do_dlsym()
|