Searched refs:ti_module (Results 1 – 18 of 18) sorted by relevance
| /freebsd/libexec/rtld-elf/arm/ |
| H A D | rtld_machdep.h | 69 unsigned long ti_module; 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 | 74 unsigned long ti_module; 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 | 95 unsigned long ti_module; 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 | 107 unsigned long ti_module; 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 | 74 unsigned long ti_module; 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 | 94 unsigned long ti_module; member
|
| H A D | reloc.c | 825 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in allocate_initial_tls()
|
| /freebsd/libexec/rtld-elf/powerpc64/ |
| H A D | rtld_machdep.h | 86 unsigned long ti_module; member
|
| H A D | reloc.c | 722 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in allocate_initial_tls()
|
| /freebsd/lib/libc/gen/ |
| H A D | dlfcn.c | 231 ti.ti_module = 1; in _dl_iterate_phdr_locked()
|
| H A D | tls.c | 88 return (dtv->dtv_slots[ti->ti_module - 1].dtvs_tls + in __libc_tls_get_addr()
|
| /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 | 4155 ti.ti_module = defobj->tlsindex; in do_dlsym()
|