Home
last modified time | relevance | path

Searched refs:ti_offset (Results 1 – 19 of 19) sorted by relevance

/freebsd/libexec/rtld-elf/arm/
H A Drtld_machdep.h70 unsigned long ti_offset; member
H A Dreloc.c468 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
/freebsd/libexec/rtld-elf/amd64/
H A Drtld_machdep.h75 unsigned long ti_offset; member
H A Dreloc.c560 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
/freebsd/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h96 unsigned long ti_offset; member
H A Dreloc.c636 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset)); in __tls_get_addr()
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_machdep.h108 unsigned long ti_offset; member
H A Dreloc.c474 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
/freebsd/libexec/rtld-elf/i386/
H A Drtld_machdep.h75 unsigned long ti_offset; member
H A Dreloc.c526 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 Drtld_machdep.h95 unsigned long ti_offset; member
H A Dreloc.c838 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
/freebsd/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h87 unsigned long ti_offset; member
H A Dreloc.c735 return (tls_get_addr_common(_tcb_get(), ti->ti_module, ti->ti_offset + in __tls_get_addr()
/freebsd/lib/libc/gen/
H A Ddlfcn.c232 ti.ti_offset = -TLS_DTV_OFFSET; in _dl_iterate_phdr_locked()
H A Dtls.c89 (ti->ti_offset + TLS_DTV_OFFSET)); in __libc_tls_get_addr()
/freebsd/sys/dev/ti/
H A Dif_ti.c554 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 Dsanitizer_linux_libcdep.cpp369 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 Drtld.c4156 ti.ti_offset = def->st_value - TLS_DTV_OFFSET; in do_dlsym()