Searched refs:maxalign (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | tls.c | 236 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local 242 maxalign = MAX(tcbalign, libc_tls_init_align); in __libc_allocate_tls() 257 tls_block = libc_malloc_aligned(tls_block_size, maxalign); in __libc_allocate_tls()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lstrlib.c | 1429 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-14.2/sys/kern/ |
| H A D | imgact_elf.c | 1106 u_long maxalign, maxsalign, mapsz, maxv, maxv1, anon_loc; in __CONCAT() local 1154 maxalign = PAGE_SIZE; in __CONCAT() 1174 if (phdr[i].p_align > maxalign) in __CONCAT() 1175 maxalign = phdr[i].p_align; in __CONCAT() 1333 maxv / 2, maxalign, &imgp->et_dyn_addr); in __CONCAT()
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 5286 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local 5293 maxalign = MAX(tcbalign, tls_static_max_align); in allocate_tls() 5304 tls_block = xmalloc_aligned(tls_block_size, maxalign, 0); in allocate_tls()
|