TLS_ADDR
#define TLS_ADDR(tibp, offset) ((char *)(tibp) + sizeof(struct tib) + (offset))
#define TLS_ADDR(tibp, offset) ((char *)(tibp) - (offset))