Home
last modified time | relevance | path

Searched refs:tls_last_offset (Results 1 – 9 of 9) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h48 extern size_t tls_last_offset;
H A Drtld.c305 size_t tls_last_offset; /* Static TLS offset of last module */ variable
5789 if (tls_last_offset == 0) in allocate_tls_offset_common()
5793 off = calculate_tls_offset(tls_last_offset, tls_last_size, in allocate_tls_offset_common()
5814 tls_last_offset = off; in allocate_tls_offset_common()
5857 if (off == tls_last_offset) { in free_tls_offset()
5858 tls_last_offset -= obj->tlssize; in free_tls_offset()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c465 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c517 tls_static_space = tls_last_offset + ld_static_tls_extra; 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/amd64/
H A Dreloc.c541 tls_static_space = tls_last_offset + ld_static_tls_extra; in allocate_initial_tls()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c616 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()