Searched refs:tcb_dtv (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libthr/arch/sparc64/include/
H A Dpthread_md.h40 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
48 void *tcb_dtv; /* required by rtld */ member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h44 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
51 void *tcb_dtv; member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
49 void *tcb_dtv; member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/riscv/include/
H A Dpthread_md.h48 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
56 void *tcb_dtv; member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/arm/include/
H A Dpthread_md.h40 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
47 void *tcb_dtv; /* required by rtld */ member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
50 void *tcb_dtv; /* required by rtld */ member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h42 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
50 void *tcb_dtv; /* required by rtld */ member in struct:tcb
/freebsd-11-stable/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h41 #define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
54 void *tcb_dtv; member in struct:tcb
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp463 // The block has been found and tcb_dtv[1] contains the base address
464 *addr = (uptr)tcb->tcb_dtv[1];

Completed in 82 milliseconds