Searched refs:tcb_list_entry_offset (Results 1 – 1 of 1) sorted by relevance
329 static size_t tcb_list_entry_offset; variable934 if (!allocate_tls_offset_common(&tcb_list_entry_offset, in _rtld()945 dbg("tcb_list_entry_offset %zu", tcb_list_entry_offset); in _rtld()5480 return ((struct tcb *)((char *)tcbelm - tcb_list_entry_offset)); in tcb_from_tcb_list_entry()5482 return ((struct tcb *)((char *)tcbelm + tcb_list_entry_offset)); in tcb_from_tcb_list_entry()5490 return ((struct tcb_list_entry *)((char *)tcb + tcb_list_entry_offset)); in tcb_list_entry_from_tcb()5492 return ((struct tcb_list_entry *)((char *)tcb - tcb_list_entry_offset)); in tcb_list_entry_from_tcb()