Home
last modified time | relevance | path

Searched refs:tls_last_size (Results 1 – 7 of 7) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h49 extern size_t tls_last_size;
H A Drtld.c297 size_t tls_last_size; /* Static TLS size of last module */ variable
5635 off = calculate_tls_offset(tls_last_offset, tls_last_size, in allocate_tls_offset()
5657 tls_last_size = obj->tlssize; in allocate_tls_offset()
5679 tls_last_size = 0; in free_tls_offset()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c489 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c459 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c623 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c728 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c831 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()