Searched refs:tls_last_size (Results 1 – 8 of 8) sorted by relevance
49 extern size_t tls_last_size;
292 size_t tls_last_size; /* Static TLS size of last module */ variable5617 off = calculate_tls_offset(tls_last_offset, tls_last_size, in allocate_tls_offset()5639 tls_last_size = obj->tlssize; in allocate_tls_offset()5661 tls_last_size = 0; in free_tls_offset()
394 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
503 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
522 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
717 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
820 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
769 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()