Searched refs:find_stack_direction (Results 1 – 2 of 2) 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()
2930 find_stack_direction ()2937 return find_stack_direction ();2944 exit (find_stack_direction() < 0);