pthread_arch.h 199 B

123456789101112
  1. static inline uintptr_t __get_tp()
  2. {
  3. uintptr_t tp;
  4. __asm__ ("mov %%fs:0,%0" : "=r" (tp) );
  5. return tp;
  6. }
  7. #define MC_PC gregs[REG_RIP]
  8. #define CANARY_PAD
  9. #define tls_mod_off_t unsigned long long