/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | sysconf-sigstksz.h | 26 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in sysconf_sigstksz() 28 if (minsigstacksize < MINSIGSTKSZ) in sysconf_sigstksz() 29 minsigstacksize = MINSIGSTKSZ; in sysconf_sigstksz()
|
/glibc-2.36/signal/ |
D | tst-minsigstksz-5.c | 46 void *stack_bottom = stack_buffer + (stack_buffer_size + MINSIGSTKSZ) / 2; in do_test() 47 void *stack_top = stack_bottom + MINSIGSTKSZ; in do_test() 51 .ss_size = MINSIGSTKSZ, in do_test()
|
/glibc-2.36/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 8192 macro 30 #define SIGSTKSZ (MINSIGSTKSZ + 32768)
|
/glibc-2.36/sysdeps/x86/ |
D | dl-minsigstacksize.h | 24 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize() 26 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | sigstksz.h | 31 # undef MINSIGSTKSZ 32 # define MINSIGSTKSZ SIGSTKSZ macro
|
D | sigstack.h | 27 #define MINSIGSTKSZ 2048 macro
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-signal6.c | 48 && (uintptr_t) ti[i].p + 2 * MINSIGSTKSZ > (uintptr_t) &self) in handler() 90 void *p = malloc (2 * MINSIGSTKSZ); in tf() 99 s.ss_size = 2 * MINSIGSTKSZ; in tf()
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | dl-minsigstacksize.h | 79 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize() 81 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | sigstack.h | 31 #define MINSIGSTKSZ 131027 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 5120 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 4096 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 4096 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 4096 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | sigstack.h | 27 #define MINSIGSTKSZ 4096 macro
|
/glibc-2.36/include/bits/ |
D | sigstack.h | 4 # define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf.c | 1203 #ifdef MINSIGSTKSZ in __sysconf() 1204 return MINSIGSTKSZ; in __sysconf()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 133 constant MINSIGSTKSZ
|
/glibc-2.36/manual/ |
D | creature.texi | 314 MINSIGSTKSZ, SIGSTKSZ and PTHREAD_STACK_MIN are defined.
|
D | signal.texi | 3147 @item MINSIGSTKSZ 3155 you should allocate @code{MINSIGSTKSZ} additional bytes for the signal 3199 It must be greater than @code{MINSIGSTKSZ}.
|
/glibc-2.36/ |
D | NEWS | 557 or _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer 558 constant on Linux. MINSIGSTKSZ is redefined to sysconf(_SC_MINSIGSTKSZ)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 4713 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ): Go 5493 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ):
|
D | ChangeLog.23 | 3871 support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ) 3922 [__USE_SC_SIGSTKSZ && __USE_SC_SIGSTKSZ](MINSIGSTKSZ): Remove. 3925 [__USE_DYNAMIC_STACK_SIZE && __USE_DYNAMIC_STACK_SIZE](MINSIGSTKSZ): New.
|
D | ChangeLog.8 | 2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
|
D | ChangeLog.13 | 132 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ,
|
/glibc-2.36/posix/ |
D | tst-regex.input | 2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
|