Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/
HDrtld.h52 extern size_t tls_last_offset;
HDrtld.c248 size_t tls_last_offset; /* Static TLS offset of last module */ variable
4643 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()
/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/amd64/
HDreloc.c460 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()
/NextBSD/libexec/rtld-elf/i386/
HDreloc.c416 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; 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()
/NextBSD/libexec/rtld-elf/sparc64/
HDreloc.c844 tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA; in allocate_initial_tls()