Searched refs:MINSIGSTKSZ (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/sys/ |
H A D | _sigaltstack.h | 50 #define MINSIGSTKSZ __MINSIGSTKSZ /* minimum stack size */ macro 51 #define SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended stack size */
|
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 82 .sv_minsigstksz = MINSIGSTKSZ, 132 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | makecontext.c | 68 || (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
|
/freebsd/lib/libc/i386/gen/ |
H A D | makecontext.c | 75 (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
|
/freebsd/lib/libc/powerpc64/gen/ |
H A D | makecontext.c | 68 || (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
|
/freebsd/lib/libc/amd64/gen/ |
H A D | makecontext.c | 54 (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in __makecontext()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 69 .sv_minsigstksz = MINSIGSTKSZ, 112 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 76 .sv_minsigstksz = MINSIGSTKSZ, 118 .sv_minsigstksz = MINSIGSTKSZ,
|
H A D | elf32_machdep.c | 103 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 117 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 65 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 75 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 113 .sv_minsigstksz = MINSIGSTKSZ,
|
H A D | elf_machdep.c | 80 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 73 .sv_minsigstksz = MINSIGSTKSZ,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 267 const size_t AltStackSize = MINSIGSTKSZ + 64 * 1024;
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 10717 static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
|