Searched refs:AT_MINSIGSTKSZ (Results 1 – 12 of 12) 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()
389 #ifndef AT_MINSIGSTKSZ390 # define AT_MINSIGSTKSZ 51 macro434 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
40 #ifndef AT_MINSIGSTKSZ41 #define AT_MINSIGSTKSZ 51 /* minimal stack size for signal delivery */ macro
177 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size()); \183 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
300 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \339 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \348 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
117 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
179 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
6895 not yet been made aware of AT_MINSIGSTKSZ.