Searched refs:_STACK_GROWS_UP (Results 1 – 20 of 20) sorted by relevance
27 # ifdef _STACK_GROWS_UP30 # define _STACK_GROWS_UP 0 macro32 #elif defined _STACK_GROWS_UP && _STACK_GROWS_UP
155 #elif _STACK_GROWS_UP in guard_position()246 if (_STACK_GROWS_UP) in allocate_stack()521 #elif _STACK_GROWS_UP in allocate_stack()
45 #elif _STACK_GROWS_UP in __pthread_cleanup_upto()
31 #elif _STACK_GROWS_UP
31 #define _STACK_GROWS_UP 1 macro
39 # elif _STACK_GROWS_UP in xclone()
71 # elif _STACK_GROWS_UP in do_test()
61 # elif _STACK_GROWS_UP in do_test()
91 #elif _STACK_GROWS_UP in do_test()
76 # if !_STACK_GROWS_DOWN && !_STACK_GROWS_UP in __clone_internal()
108 #elif _STACK_GROWS_UP in __nptl_change_stack_perm()
54 # elif _STACK_GROWS_UP in do_test()
84 #elif _STACK_GROWS_UP in do_test()
162 #ifdef _STACK_GROWS_UP in update_data()
95 #elif _STACK_GROWS_UP && defined PROT_GROWSUP
4516 * tst-align2.c (do_test): Add _STACK_GROWS_UP case.4520 * allocatestack.c (change_stack_perm): Add _STACK_GROWS_UP case.
4789 [_STACK_GROWS_UP] [PROT_GROWSUP]: Likewise for PROT_GROWSUP.
7659 (STACK): Invert _STACK_GROWS_DOWN and _STACK_GROWS_UP order of24540 _STACK_GROWS_UP. Change all attr->stackaddr to stackaddr.24541 [_STACK_GROWS_UP]: Delete assert.39662 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.90618 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
3744 [_STACK_GROWS_UP || (__ia64__)](STACK): Remove.
15904 * nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call