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

/freebsd-13-stable/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h86 unsigned long ti_offset; member in struct:__anon7805
H A Dreloc.c558 p = tls_get_addr_common((Elf_Addr **)(_tp), ti->ti_module, ti->ti_offset);
/freebsd-13-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h66 unsigned long ti_offset; member in struct:__anon7806
H A Dreloc.c547 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-13-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h62 unsigned long ti_offset; member in struct:__anon7807
H A Dreloc.c520 p = tls_get_addr_common((Elf_Addr **)(*_tp), ti->ti_module, ti->ti_offset);
525 p = tls_get_addr_common((Elf_Addr **)(_tp), ti->ti_module, ti->ti_offset);
/freebsd-13-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h66 unsigned long ti_offset; member in struct:__anon7808
H A Dreloc.c528 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
538 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h62 unsigned long ti_offset; member in struct:__anon7810
H A Dreloc.c786 p = tls_get_addr_common(tls, ti->ti_module, ti->ti_offset +
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h91 unsigned long ti_offset; member in struct:__anon7811
H A Dreloc.c843 - TLS_TCB_SIZE), ti->ti_module, ti->ti_offset);
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h83 unsigned long ti_offset; member in struct:__anon7812
H A Dreloc.c736 - TLS_TCB_SIZE), ti->ti_module, ti->ti_offset);
/freebsd-13-stable/libexec/rtld-elf/riscv/
H A Drtld_machdep.h100 unsigned long ti_offset; member in struct:__anon7813
H A Dreloc.c415 - TLS_TCB_SIZE), ti->ti_module, ti->ti_offset);
/freebsd-13-stable/lib/libc/gen/
H A Ddlfcn.c219 ti.ti_offset = 0;
H A Dtls.c115 return ((char *)(dtv[ti->ti_module + 1] + ti->ti_offset) +
/freebsd-13-stable/sys/dev/ti/
H A Dif_ti.c556 bus_size_t ti_offset; local
564 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN -1));
568 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2);
613 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2);
625 bus_size_t ti_offset; local
632 ti_offset = TI_WINDOW + (segptr & (TI_WINLEN - 1));
640 ti_offset, &tmpval, 1);
682 ti_offset, &tmpval, 1);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c3735 ti.ti_offset = def->st_value;

Completed in 207 milliseconds