Searched refs:AT_MINSIGSTKSZ (Results 1 – 10 of 10) 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.)
40 #ifndef AT_MINSIGSTKSZ41 #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()
177 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size()); \183 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
297 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \336 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \345 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
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); \
7340 not yet been made aware of AT_MINSIGSTKSZ.