Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtls.c238 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local
244 maxalign = MAX(tcbalign, libc_tls_init_align); in __libc_allocate_tls()
259 tls_block = libc_malloc_aligned(tls_block_size, maxalign); in __libc_allocate_tls()
/freebsd/contrib/lua/src/
H A Dlstrlib.c1429 int maxalign; member
1491 h->maxalign = 1;
1534 const int maxalign = offsetof(struct cD, u); local
1535 h->maxalign = getnumlimit(h, fmt, maxalign);
1564 if (align > h->maxalign) /* enforce maximum alignment */
1565 align = h->maxalign;
/freebsd/sys/kern/
H A Dimgact_elf.c1110 u_long maxalign, maxsalign, mapsz, maxv, maxv1, anon_loc; in __CONCAT() local
1158 maxalign = PAGE_SIZE; in __CONCAT()
1180 if (phdr[i].p_align > maxalign) in __CONCAT()
1181 maxalign = phdr[i].p_align; in __CONCAT()
1339 maxv / 2, maxalign, &imgp->et_dyn_addr); in __CONCAT()
/freebsd/libexec/rtld-elf/
H A Drtld.c5368 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local
5375 maxalign = MAX(tcbalign, tls_static_max_align); in allocate_tls()
5387 tls_block = xmalloc_aligned(tls_block_size, maxalign, 0); in allocate_tls()