Searched refs:tcb_list_entry_offset (Results 1 – 1 of 1) sorted by relevance
314 static size_t tcb_list_entry_offset; variable924 if (!allocate_tls_offset_common(&tcb_list_entry_offset, in _rtld()935 dbg("tcb_list_entry_offset %zu", tcb_list_entry_offset); in _rtld()5420 return ((struct tcb *)((char *)tcbelm - tcb_list_entry_offset)); in tcb_from_tcb_list_entry()5422 return ((struct tcb *)((char *)tcbelm + tcb_list_entry_offset)); in tcb_from_tcb_list_entry()5430 return ((struct tcb_list_entry *)((char *)tcb + tcb_list_entry_offset)); in tcb_list_entry_from_tcb()5432 return ((struct tcb_list_entry *)((char *)tcb - tcb_list_entry_offset)); in tcb_list_entry_from_tcb()