Searched refs:AT_MINSIGSTKSZ (Results 1 – 4 of 4) sorted by relevance
22 #ifndef AT_MINSIGSTKSZ23 # define AT_MINSIGSTKSZ 51 macro93 at_minstack_size = getauxval(AT_MINSIGSTKSZ); in main()
224 #ifndef AT_MINSIGSTKSZ225 # define AT_MINSIGSTKSZ 51 macro269 minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_dynamic_sigaltstack()
29 #ifndef AT_MINSIGSTKSZ30 #define AT_MINSIGSTKSZ 51 macro113 stack_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ; in main()
321 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
Completed in 7 milliseconds