Searched refs:DTV_OFFSET (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/libthr/arch/sparc64/include/
H A Dpthread_md.h40 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h44 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/riscv/include/
H A Dpthread_md.h48 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/arm/include/
H A Dpthread_md.h40 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_symbols.c56 int _thread_off_dtv = DTV_OFFSET;
/freebsd-11-stable/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h41 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) macro
/freebsd-11-stable/lib/libc/gen/
H A Dtls.c91 #define DTV_OFFSET 0x8000 macro
93 #define DTV_OFFSET 0 macro
291 dtv[2] = (Elf_Addr)(tls + DTV_OFFSET);
302 dtv[2] = (Elf_Addr)(tls + DTV_OFFSET);

Completed in 180 milliseconds