Home
last modified time | relevance | path

Searched refs:find_stack_direction (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dc-stack.c89 # define find_stack_direction(ptr) STACK_DIRECTION macro
92 find_stack_direction (char const *addr) in find_stack_direction() function
95 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1; in find_stack_direction()
120 if (find_stack_direction (0) < 0) in segv_handler()
H A Dalloca.c120 find_stack_direction () in find_stack_direction() function
129 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
181 find_stack_direction (); in alloca()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dalloca.c89 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); in alloca()
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dc-stack.m440 # define find_stack_direction(ptr) STACK_DIRECTION
43 find_stack_direction (char const *addr)
46 return (! addr ? find_stack_direction (&dummy)
62 if (find_stack_direction (0) < 0)
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dalloca.c106 find_stack_direction (void) in find_stack_direction() function
115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
169 find_stack_direction (); in C_alloca()
H A Daclocal.m4152 [AC_TRY_RUN([find_stack_direction ()
159 return find_stack_direction ();
166 exit (find_stack_direction() < 0);
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dalloca.c106 find_stack_direction (void) in find_stack_direction() function
115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
169 find_stack_direction (); in C_alloca()
H A Dacinclude.m4166 find_stack_direction (void)
173 return find_stack_direction ();
182 exit (find_stack_direction() < 0);
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dalloca.c119 find_stack_direction () in find_stack_direction() function
128 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
180 find_stack_direction (); in alloca()
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dalloca.c101 find_stack_direction (void) in find_stack_direction() function
110 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
162 find_stack_direction (); in alloca()
/netbsd-src/external/gpl2/gmake/dist/
H A Dalloca.c117 find_stack_direction (void) in find_stack_direction() function
126 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
178 find_stack_direction (); in alloca()
H A Dconfigure8870 find_stack_direction ()
8877 return find_stack_direction ();
8886 exit (find_stack_direction () < 0);
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dalloca.c106 find_stack_direction (void) in find_stack_direction() function
115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
169 find_stack_direction (); in C_alloca()
H A Dacinclude.m4166 find_stack_direction (void)
173 return find_stack_direction ();
182 exit (find_stack_direction() < 0);
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dalloca.c106 find_stack_direction (void) in find_stack_direction() function
115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
169 find_stack_direction (); in C_alloca()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dalloca.c101 find_stack_direction (void) in find_stack_direction() function
110 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
162 find_stack_direction (); in alloca()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dalloca.c106 find_stack_direction (void) in find_stack_direction() function
115 find_stack_direction (); /* Recurse once. */ in find_stack_direction()
169 find_stack_direction (); in C_alloca()
H A Dacinclude.m4160 [AC_TRY_RUN([find_stack_direction ()
167 return find_stack_direction ();
174 exit (find_stack_direction() < 0);
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dalloca.m478 find_stack_direction (int *addr, int depth)
84 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
91 return find_stack_direction (0, argc + !argv + 20) < 0;
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dfunctions.m4328 find_stack_direction (int *addr, int depth)
334 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
341 return find_stack_direction (0, argc + !argv + 20) < 0;
/netbsd-src/external/gpl2/grep/dist/
H A Dconfigure5231 find_stack_direction ()
5238 return find_stack_direction ();
5247 exit (find_stack_direction () < 0);
/netbsd-src/external/gpl2/diffutils/dist/
H A Daclocal.m42911 # define find_stack_direction(ptr) STACK_DIRECTION
2914 find_stack_direction (char const *addr)
2917 return (! addr ? find_stack_direction (&dummy)
2933 if (find_stack_direction (0) < 0)
H A Dconfigure12046 find_stack_direction ()
12053 return find_stack_direction ();
12062 exit (find_stack_direction () < 0);
/netbsd-src/external/gpl2/texinfo/dist/
H A Dconfigure5542 find_stack_direction ()
5549 return find_stack_direction ();
5558 exit (find_stack_direction () < 0);
/netbsd-src/external/gpl2/xcvs/dist/
H A Dconfigure7329 find_stack_direction ()
7336 return find_stack_direction ();
7345 return find_stack_direction () < 0;

12