Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rtld-elf/
HDrtld.h49 extern size_t tls_last_size;
HDrtld.c292 size_t tls_last_size; /* Static TLS size of last module */ variable
5617 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()
/freebsd-13-stable/libexec/rtld-elf/riscv/
HDreloc.c394 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd-13-stable/libexec/rtld-elf/arm/
HDreloc.c503 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd-13-stable/libexec/rtld-elf/aarch64/
HDreloc.c522 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
HDreloc.c717 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd-13-stable/libexec/rtld-elf/powerpc/
HDreloc.c820 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/freebsd-13-stable/libexec/rtld-elf/mips/
HDreloc.c769 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()