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()
417 #ifndef AT_MINSIGSTKSZ418 # define AT_MINSIGSTKSZ 51 macro462 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
38 #ifndef AT_MINSIGSTKSZ39 #define AT_MINSIGSTKSZ 51 /* minimal stack size for signal delivery */ macro
28 #ifndef AT_MINSIGSTKSZ29 #define AT_MINSIGSTKSZ 51 macro118 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()); \
22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
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()); \
51 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
179 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
310 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
6045 not yet been made aware of AT_MINSIGSTKSZ.
Completed in 25 milliseconds