Searched refs:tls_last_offset (Results 1 – 11 of 11) sorted by relevance
52 extern size_t tls_last_offset;
248 size_t tls_last_offset; /* Static TLS offset of last module */ variable4643 if (tls_last_offset == 0) in allocate_tls_offset()4646 off = calculate_tls_offset(tls_last_offset, tls_last_size, in allocate_tls_offset()4662 tls_last_offset = obj->tlsoffset = off; in allocate_tls_offset()4680 == calculate_tls_end(tls_last_offset, tls_last_size)) { in free_tls_offset()4681 tls_last_offset -= obj->tlssize; in free_tls_offset()
379 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
409 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
460 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
416 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
537 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
486 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
633 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
630 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
844 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()