stk_extra_stack   906 maint/gnulib/lib/sigsegv.c static uintptr_t stk_extra_stack;
stk_extra_stack  1014 maint/gnulib/lib/sigsegv.c                           && ((old_sp >= stk_extra_stack
stk_extra_stack  1015 maint/gnulib/lib/sigsegv.c                                && old_sp <= stk_extra_stack + stk_extra_stack_size)
stk_extra_stack  1043 maint/gnulib/lib/sigsegv.c                             (old_sp >= stk_extra_stack
stk_extra_stack  1044 maint/gnulib/lib/sigsegv.c                              && old_sp <= stk_extra_stack + stk_extra_stack_size);
stk_extra_stack  1133 maint/gnulib/lib/sigsegv.c                       && ((old_sp >= stk_extra_stack
stk_extra_stack  1134 maint/gnulib/lib/sigsegv.c                            && old_sp <= stk_extra_stack + stk_extra_stack_size)
stk_extra_stack  1147 maint/gnulib/lib/sigsegv.c                         (old_sp >= stk_extra_stack
stk_extra_stack  1148 maint/gnulib/lib/sigsegv.c                          && old_sp <= stk_extra_stack + stk_extra_stack_size);
stk_extra_stack  1331 maint/gnulib/lib/sigsegv.c   stk_extra_stack = (uintptr_t) extra_stack;