Home
last modified time | relevance | path

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

/openbsd/libexec/ld.so/
H A Dtib.c67 size_t unpad_extra = (extra <= static_tls_align_offset) ? 0 : in allocate_tib() local
69 base = _dl_aligned_alloc(static_tls_align, unpad_extra + in allocate_tib()
73 tib = (struct tib *)(base + unpad_extra + static_tls_align_offset); in allocate_tib()