| /freebsd/libexec/rtld-elf/arm/ |
| H A D | rtld_machdep.h | 70 unsigned long ti_offset; member
|
| H A D | reloc.c | 468 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | rtld_machdep.h | 75 unsigned long ti_offset; member
|
| H A D | reloc.c | 560 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/aarch64/ |
| H A D | rtld_machdep.h | 96 unsigned long ti_offset; member
|
| H A D | reloc.c | 636 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/riscv/ |
| H A D | rtld_machdep.h | 108 unsigned long ti_offset; member
|
| H A D | reloc.c | 474 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/i386/ |
| H A D | rtld_machdep.h | 75 unsigned long ti_offset; member
|
| H A D | reloc.c | 526 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in ___tls_get_addr() 533 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/powerpc/ |
| H A D | rtld_machdep.h | 95 unsigned long ti_offset; member
|
| H A D | reloc.c | 838 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
|
| /freebsd/libexec/rtld-elf/powerpc64/ |
| H A D | rtld_machdep.h | 87 unsigned long ti_offset; member
|
| H A D | reloc.c | 735 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
|
| /freebsd/lib/libc/gen/ |
| H A D | dlfcn.c | 232 ti.ti_offset = -TLS_DTV_OFFSET; in _dl_iterate_phdr_locked()
|
| H A D | tls.c | 89 (ti->ti_offset + TLS_DTV_OFFSET)); in __libc_tls_get_addr()
|
| /freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 369 static uptr TlsGetOffset(uptr ti_module, uptr ti_offset) { in TlsGetOffset() argument 375 uptr tls_index[2] = {ti_module, ti_offset}; in TlsGetOffset()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 4156 ti.ti_offset = def->st_value - TLS_DTV_OFFSET; in do_dlsym()
|