INSTALL: regenerate
[glibc.git] / sysdeps / x86_64 / nptl / tcb-offsets.sym
blob2bbd563a6c8997ebe199e7e1373df8cd0374109d
1 #include <sysdep.h>
2 #include <tls.h>
3 #include <kernel-features.h>
5 RESULT                  offsetof (struct pthread, result)
6 TID                     offsetof (struct pthread, tid)
7 CANCELHANDLING          offsetof (struct pthread, cancelhandling)
8 CLEANUP_JMP_BUF         offsetof (struct pthread, cleanup_jmp_buf)
9 CLEANUP                 offsetof (struct pthread, cleanup)
10 CLEANUP_PREV            offsetof (struct _pthread_cleanup_buffer, __prev)
11 MUTEX_FUTEX             offsetof (pthread_mutex_t, __data.__lock)
12 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
13 POINTER_GUARD           offsetof (tcbhead_t, pointer_guard)
14 FEATURE_1_OFFSET        offsetof (tcbhead_t, feature_1)
15 SSP_BASE_OFFSET         offsetof (tcbhead_t, ssp_base)
17 -- Not strictly offsets, but these values are also used in the TCB.
18 TCB_CANCELED_BITMASK     CANCELED_BITMASK