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

/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_machdep.h73 unsigned long ti_offset; member in struct:__anon11
H A Dreloc.c526 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
536 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-current/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h93 unsigned long ti_offset; member in struct:__anon12
H A Dreloc.c844 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset);
/freebsd-current/libexec/rtld-elf/arm/
H A Drtld_machdep.h68 unsigned long ti_offset; member in struct:__anon10
H A Dreloc.c471 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-current/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h85 unsigned long ti_offset; member in struct:__anon13
H A Dreloc.c741 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset);
/freebsd-current/libexec/rtld-elf/riscv/
H A Drtld_machdep.h103 unsigned long ti_offset; member in struct:__anon14
H A Dreloc.c406 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset);
/freebsd-current/libexec/rtld-elf/amd64/
H A Drtld_machdep.h73 unsigned long ti_offset; member in struct:__anon9
H A Dreloc.c551 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-current/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h90 unsigned long ti_offset; member in struct:__anon8
H A Dreloc.c636 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-current/lib/libc/gen/
H A Ddlfcn.c228 ti.ti_offset = 0;
H A Dtls.c88 return ((char *)(dtv[ti->ti_module + 1] + ti->ti_offset) +
/freebsd-current/sys/dev/ti/
H A Dif_ti.c554 bus_size_t ti_offset; local
562 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN -1));
566 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2);
614 sc->ti_bhandle, ti_offset,
628 bus_size_t ti_offset; local
635 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN - 1));
643 ti_offset, &tmpval, 1);
685 sc->ti_bhandle, ti_offset, &tmpval, 1);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp344 static uptr TlsGetOffset(uptr ti_module, uptr ti_offset) { argument
350 uptr tls_index[2] = {ti_module, ti_offset};
/freebsd-current/libexec/rtld-elf/
H A Drtld.c4034 ti.ti_offset = def->st_value;

Completed in 480 milliseconds