HomeSort by: relevance | last modified time | path
    Searched refs:find_stack_direction (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gnulib/import/
alloca.c 89 find_stack_direction (int *addr, int depth)
95 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
139 STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
alloca.c 89 find_stack_direction (int *addr, int depth)
95 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
139 STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);
  /src/external/gpl2/diffutils/dist/lib/
c-stack.c 89 # define find_stack_direction(ptr) STACK_DIRECTION macro
92 find_stack_direction (char const *addr) function
95 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1;
120 if (find_stack_direction (0) < 0)
alloca.c 120 find_stack_direction () function
129 find_stack_direction (); /* Recurse once. */
181 find_stack_direction ();
  /src/external/gpl2/gmake/dist/
alloca.c 117 find_stack_direction (void) function
126 find_stack_direction (); /* Recurse once. */
178 find_stack_direction ();
configure 8870 find_stack_direction () function
8877 return find_stack_direction ();
8886 exit (find_stack_direction () < 0);
  /src/external/gpl2/grep/dist/lib/
alloca.c 119 find_stack_direction () function
128 find_stack_direction (); /* Recurse once. */
180 find_stack_direction ();
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 101 find_stack_direction (void) function
110 find_stack_direction (); /* Recurse once. */
162 find_stack_direction ();
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 101 find_stack_direction (void) function
110 find_stack_direction (); /* Recurse once. */
162 find_stack_direction ();
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 106 find_stack_direction (void) function
115 find_stack_direction (); /* Recurse once. */
169 find_stack_direction ();
  /src/external/gpl2/grep/dist/
configure 5231 find_stack_direction () function
5238 return find_stack_direction ();
5247 exit (find_stack_direction () < 0);
  /src/tools/compat/
configure 6164 find_stack_direction (int *addr, int depth)
6170 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
6177 return find_stack_direction (0, argc + !argv + 20) < 0;
  /src/external/gpl2/diffutils/dist/
configure 9395 find_stack_direction () function
9402 return find_stack_direction ();
9411 exit (find_stack_direction () < 0);
9473 # define find_stack_direction(ptr) STACK_DIRECTION
9476 find_stack_direction (char const *addr)
9479 return (! addr ? find_stack_direction (&dummy)
9495 if (find_stack_direction (0) < 0)
12046 find_stack_direction () function
12053 return find_stack_direction ();
12062 exit (find_stack_direction () < 0)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
configure 21708 find_stack_direction () function
21715 return find_stack_direction ();
21724 return find_stack_direction () < 0;
  /src/external/gpl2/lvm2/dist/
configure 6950 find_stack_direction () function
6957 return find_stack_direction ();
6966 return find_stack_direction () < 0;
  /src/external/gpl2/texinfo/dist/
configure 5542 find_stack_direction () function
5549 return find_stack_direction ();
5558 exit (find_stack_direction () < 0);
  /src/external/gpl2/xcvs/dist/
configure 7329 find_stack_direction () function
7336 return find_stack_direction ();
7345 return find_stack_direction () < 0;
  /src/external/lgpl3/mpfr/dist/
configure 16204 find_stack_direction (int *addr, int depth)
16210 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
16217 return find_stack_direction (0, argc + !argv + 20) < 0;
  /src/external/bsd/ntp/dist/sntp/
configure 8787 find_stack_direction (int *addr, int depth)
8793 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
8800 return find_stack_direction (0, argc + !argv + 20) < 0;
  /src/external/gpl3/gdb/dist/gnulib/
configure 8062 find_stack_direction (int *addr, int depth)
8068 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
8075 return find_stack_direction (0, argc + !argv + 20) < 0;

Completed in 159 milliseconds

1 2