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.)
20 #ifndef AT_MINSIGSTKSZ21 # define AT_MINSIGSTKSZ 51 macro115 at_minstack_size = getauxval(AT_MINSIGSTKSZ); in main()
415 #ifndef AT_MINSIGSTKSZ416 # define AT_MINSIGSTKSZ 51 macro460 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
36 #ifndef AT_MINSIGSTKSZ37 #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()
315 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \354 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \363 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_sigframe_size()); \
22 #define AT_MINSIGSTKSZ 51 /* stack needed for signal delivery */ macro
179 NEW_AUX_ENT(AT_MINSIGSTKSZ, signal_minsigstksz); \
254 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
5548 not yet been made aware of AT_MINSIGSTKSZ.
Completed in 23 milliseconds