Searched refs:tcb (Results 1 – 1 of 1) sorted by relevance
406 tcb_to_pointer_to_free_location (void *tcb) in tcb_to_pointer_to_free_location() argument411 void **original_pointer_location = tcb + TLS_TCB_SIZE; in tcb_to_pointer_to_free_location()415 void **original_pointer_location = tcb - TLS_PRE_TCB_SIZE - sizeof (void *); in tcb_to_pointer_to_free_location()629 _dl_deallocate_tls (void *tcb, bool dealloc_tcb) in rtld_hidden_def()631 dtv_t *dtv = GET_DTV (tcb); in rtld_hidden_def()642 free (*tcb_to_pointer_to_free_location (tcb)); in rtld_hidden_def()
Completed in 4 milliseconds