| /freebsd-14.2/libexec/rtld-elf/arm/ |
| H A D | rtld_machdep.h | 62 unsigned long ti_offset; 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 | 67 unsigned long ti_offset; 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 | 85 unsigned long ti_offset; 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 | 79 unsigned long ti_offset; 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 | 97 unsigned long ti_offset; 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 | 67 unsigned long ti_offset; 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 | 87 unsigned long ti_offset; 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 | 228 ti.ti_offset = 0; 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/sys/dev/ti/ |
| H A D | if_ti.c | 554 bus_size_t ti_offset; in ti_copy_mem() local 562 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN -1)); in ti_copy_mem() 566 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2); in ti_copy_mem() 614 sc->ti_bhandle, ti_offset, in ti_copy_mem() 628 bus_size_t ti_offset; in ti_copy_mem() local 635 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN - 1)); in ti_copy_mem() 643 ti_offset, &tmpval, 1); in ti_copy_mem() 685 sc->ti_bhandle, ti_offset, &tmpval, 1); in ti_copy_mem()
|
| /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 | 4016 ti.ti_offset = def->st_value; in do_dlsym()
|