Home
last modified time | relevance | path

Searched refs:MINSIGSTKSZ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dsignal.h259 #define MINSIGSTKSZ 8192 /* minimum allowable stack */ macro
260 #define SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended stack size */
/dragonfly/lib/libc/x86_64/gen/
H A Dmakecontext.c75 (ucp->uc_stack.ss_size < MINSIGSTKSZ)) { in _makecontext()
/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c55 .sv_minsigstksz = MINSIGSTKSZ,
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c353 if (allocate < MINSIGSTKSZ) in allocate_segment()
354 allocate = ((MINSIGSTKSZ + overhead + pagesize - 1) in allocate_segment()
/dragonfly/sys/kern/
H A Dinit_main.c355 .sv_minsigstksz = MINSIGSTKSZ