Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / tile / nptl / tcb-offsets.sym
blob6740bc976f749f9740a3a67fff471958322c9da4
1 #define SHARED  /* needed to get struct rtld_global from <ldsodefs.h> */
2 #include <sysdep.h>
3 #include <tls.h>
4 #include <ldsodefs.h>
6 --
8 -- Abuse tls.h macros to derive offsets relative to the thread register.
9 #define thread_offsetof(mem)    (long)(offsetof(struct pthread, mem) - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
11 MULTIPLE_THREADS_OFFSET         thread_offsetof (header.multiple_threads)
12 PID_OFFSET                      thread_offsetof (pid)
13 TID_OFFSET                      thread_offsetof (tid)
14 POINTER_GUARD                   (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
15 FEEDBACK_DATA_OFFSET            (offsetof (tcbhead_t, feedback_data) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
16 DTV_OFFSET                      (offsetof (tcbhead_t, dtv) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
17 TLS_GENERATION_OFFSET           offsetof (struct rtld_global, _dl_tls_generation)