Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/gen/
H A Dtls.c257 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local
263 maxalign = MAX(tcbalign, tls_init_align); in __libc_allocate_tls()
277 tls_block = malloc_aligned(tls_block_size, maxalign); in __libc_allocate_tls()
/freebsd-12.1/contrib/lua/src/
H A Dlstrlib.c1167 int maxalign; member
1225 h->maxalign = 1;
1265 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break;
1292 if (align > h->maxalign) /* enforce maximum alignment */
1293 align = h->maxalign;
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c1038 u_long maxalign, mapsz, maxv, maxv1; in __CONCAT() local
1081 maxalign = PAGE_SIZE; in __CONCAT()
1089 if (phdr[i].p_align > maxalign) in __CONCAT()
1090 maxalign = phdr[i].p_align; in __CONCAT()
1219 maxv / 2, 1UL << flsl(maxalign)); in __CONCAT()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c4794 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local
4801 maxalign = MAX(tcbalign, tls_static_max_align); in allocate_tls()
4812 tls_block = malloc_aligned(tls_block_size, maxalign); in allocate_tls()