deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
[musl] / arch / x32 / pthread_arch.h
1 static inline struct pthread *__pthread_self()
2 {
3         struct pthread *self;
4         __asm__ ("mov %%fs:0,%0" : "=r" (self) );
5         return self;
6 }
7
8 #define MC_PC gregs[REG_RIP]
9
10 #define CANARY canary2
11
12 #define tls_mod_off_t unsigned long long