Home
last modified time | relevance | path

Searched refs:child_stack_chk_guards (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-stackguard1.c110 uintptr_t child_stack_chk_guards[N + 1]; in do_test() local
111 child_stack_chk_guards[N] = stack_chk_guard_copy; in do_test()
147 if (TEMP_FAILURE_RETRY (read (fds[0], &child_stack_chk_guards[i], in do_test()
177 qsort (child_stack_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
195 if (child_stack_chk_guards[i] != child_stack_chk_guards[i+1]) in do_test()
197 else if (child_stack_chk_guards[i] == default_guard) in do_test()

Completed in 3 milliseconds