Searched refs:AT_MINSIGSTKSZ (Results 1 – 14 of 14) sorted by relevance
23 #ifndef AT_MINSIGSTKSZ24 #define AT_MINSIGSTKSZ 5133 ss.ss_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ;48 AT_MINSIGSTKSZ denotes the minimum stack size required by the kernel to49 deliver a signal to user-space. AT_MINSIGSTKSZ comprehends the space53 SIGSTKSZ to AT_MINSIGSTKSZ.)
20 #ifndef AT_MINSIGSTKSZ21 # define AT_MINSIGSTKSZ 51 macro115 at_minstack_size = getauxval(AT_MINSIGSTKSZ); in main()
419 #ifndef AT_MINSIGSTKSZ420 # define AT_MINSIGSTKSZ 51 macro464 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
38 #ifndef AT_MINSIGSTKSZ39 #define AT_MINSIGSTKSZ 51 /* minimal stack size for signal delivery */ macro
29 #ifndef AT_MINSIGSTKSZ30 #define AT_MINSIGSTKSZ 51 macro113 stack_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ; in main()
179 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size()); \185 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
299 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \338 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \347 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
38 #define AT_MINSIGSTKSZ 51 macro
51 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
121 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
179 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
311 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
6276 not yet been made aware of AT_MINSIGSTKSZ.