Searched refs:bsdflags (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | auxv.c | 66 static int pagesize, osreldate, canary_len, ncpus, pagesizes_len, bsdflags; variable 88 bsdflags = aux->a_un.a_val; in init_aux() 353 *(int *)buf = bsdflags; in _elf_aux_info()
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | pages.c | 446 int bsdflags; in os_overcommits_sysctl() local 448 if (_elf_aux_info(AT_BSDFLAGS, &bsdflags, sizeof(bsdflags)) == 0) in os_overcommits_sysctl() 449 return ((bsdflags & ELF_BSDF_VMNOOVERCOMMIT) == 0); in os_overcommits_sysctl()
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_sig.c | 150 int bsdflags, error; in _thr_signal_block_check_fast() local 152 error = elf_aux_info(AT_BSDFLAGS, &bsdflags, sizeof(bsdflags)); in _thr_signal_block_check_fast() 155 fast_sigblock = (bsdflags & ELF_BSDF_SIGFASTBLK) != 0; in _thr_signal_block_check_fast()
|
| /freebsd-14.2/sys/kern/ |
| H A D | imgact_elf.c | 1436 uint32_t bsdflags; in __elfN() local 1477 bsdflags = 0; in __elfN() 1478 bsdflags |= __elfN(sigfastblock) ? ELF_BSDF_SIGFASTBLK : 0; in __elfN() 1480 bsdflags |= (oc & (SWAP_RESERVE_FORCE_ON | SWAP_RESERVE_RLIMIT_ON)) != in __elfN() 1482 AUXARGS_ENTRY(pos, AT_BSDFLAGS, bsdflags); in __elfN()
|