Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Dtls.c249 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local
255 maxalign = MAX(tcbalign, libc_tls_init_align); in __libc_allocate_tls()
270 tls_block = libc_malloc_aligned(tls_block_size, maxalign); in __libc_allocate_tls()
/freebsd-13.1/contrib/lua/src/
H A Dlstrlib.c1390 int maxalign; member
1448 h->maxalign = 1;
1488 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break;
1515 if (align > h->maxalign) /* enforce maximum alignment */
1516 align = h->maxalign;
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c1104 u_long maxalign, maxsalign, mapsz, maxv, maxv1, anon_loc; in __CONCAT() local
1152 maxalign = PAGE_SIZE; in __CONCAT()
1172 if (phdr[i].p_align > maxalign) in __CONCAT()
1173 maxalign = phdr[i].p_align; in __CONCAT()
1322 maxv / 2, maxalign, &et_dyn_addr); in __CONCAT()
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c5247 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local
5254 maxalign = MAX(tcbalign, tls_static_max_align); in allocate_tls()
5265 tls_block = malloc_aligned(tls_block_size, maxalign, 0); in allocate_tls()