Searched refs:allow_execstack (Results 1 – 1 of 1) sorted by relevance
50 static bool allow_execstack = true; variable77 allow_execstack = false; in do_test()84 printf ("executable stacks %sallowed\n", allow_execstack ? "" : "not "); in do_test()144 return allow_execstack; in do_test()220 pthread_exit ((void *) (long int) (! allow_execstack)); in do_test()223 return ! allow_execstack; in do_test()
Completed in 2 milliseconds