Searched refs:maxalign (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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/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/crypto/openssl/ssl/record/methods/ |
| H A D | tls_common.c | 146 size_t maxalign = 0, headerlen; in tls_setup_write_buffer() local 163 maxalign = SSL3_ALIGN_PAYLOAD - 1; in tls_setup_write_buffer() 166 defltlen = maxalign + headerlen + rl->eivlen + rl->max_frag_len in tls_setup_write_buffer() 178 defltlen += headerlen + maxalign + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD; in tls_setup_write_buffer() 232 size_t len, maxalign = 0, headerlen; in tls_setup_read_buffer() local 243 maxalign = SSL3_ALIGN_PAYLOAD - 1; in tls_setup_read_buffer() 248 + SSL3_RT_MAX_ENCRYPTED_OVERHEAD + headerlen + maxalign; in tls_setup_read_buffer()
|
| /freebsd/sys/kern/ |
| H A D | imgact_elf.c | 1115 u_long maxalign, maxsalign, mapsz, maxv, maxv1, anon_loc; in __CONCAT() local 1163 maxalign = PAGE_SIZE; in __CONCAT() 1185 if (phdr[i].p_align > maxalign) in __CONCAT() 1186 maxalign = phdr[i].p_align; in __CONCAT() 1344 maxv / 2, maxalign, &imgp->et_dyn_addr); in __CONCAT()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 5501 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local 5508 maxalign = MAX(tcbalign, tls_static_max_align); in allocate_tls() 5520 tls_block = xmalloc_aligned(tls_block_size, maxalign, 0); in allocate_tls()
|