find_stack_direction  105 lib/alloca.c     dir = depth ? find_stack_direction (addr, depth - 1) : 0;
find_stack_direction  149 lib/alloca.c       STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);