Searched refs:find_stack_direction (Results 1 – 13 of 13) sorted by relevance
140 # define find_stack_direction(ptr) STACK_DIRECTION macro143 find_stack_direction (char const *addr) in find_stack_direction() function146 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1; in find_stack_direction()191 if (find_stack_direction (0) < 0) in segv_handler()
106 find_stack_direction (void) in find_stack_direction() function115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()169 find_stack_direction (); in C_alloca()
147 [AC_TRY_RUN([find_stack_direction ()154 return find_stack_direction ();161 exit (find_stack_direction() < 0);
6510 find_stack_direction ()6517 return find_stack_direction ();6524 exit (find_stack_direction() < 0);
852 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
148 [AC_TRY_RUN([find_stack_direction ()155 return find_stack_direction ();162 exit (find_stack_direction() < 0);
6627 find_stack_direction ()6634 return find_stack_direction ();6641 exit (find_stack_direction() < 0);
1050 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
2930 find_stack_direction ()2937 return find_stack_direction ();2944 exit (find_stack_direction() < 0);
6976 find_stack_direction ()6983 return find_stack_direction ();6992 exit (find_stack_direction () < 0);
12526 find_stack_direction ()12533 return find_stack_direction ();12542 exit (find_stack_direction () < 0);
11858 find_stack_direction ()11865 return find_stack_direction ();11874 exit (find_stack_direction () < 0);