Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/
HDrtld.h53 extern size_t tls_last_size;
HDrtld.c249 size_t tls_last_size; /* Static TLS size of last module */ variable
4646 off = calculate_tls_offset(tls_last_offset, tls_last_size, in allocate_tls_offset()
4663 tls_last_size = obj->tlssize; in allocate_tls_offset()
4680 == calculate_tls_end(tls_last_offset, tls_last_size)) { in free_tls_offset()
4682 tls_last_size = 0; in free_tls_offset()
/NextBSD/libexec/rtld-elf/riscv/
HDreloc.c379 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/aarch64/
HDreloc.c409 tls_static_space = tls_last_offset + tls_last_size + in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/powerpc64/
HDreloc.c537 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/arm/
HDreloc.c486 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/powerpc/
HDreloc.c633 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/mips/
HDreloc.c630 tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()