Home
last modified time | relevance | path

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

/glibc-2.36/signal/
Dtst-minsigstksz-5.c46 void *stack_bottom = stack_buffer + (stack_buffer_size + MINSIGSTKSZ) / 2; in do_test() local
47 void *stack_top = stack_bottom + MINSIGSTKSZ; in do_test()
50 .ss_sp = stack_bottom, in do_test()
70 for (void *p = stack_buffer; p < stack_bottom; ++p) in do_test()
73 (long) (stack_bottom - p)); in do_test()