Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/diff/lib/
H A Dc-stack.c140 # define find_stack_direction(ptr) STACK_DIRECTION macro
143 find_stack_direction (char const *addr) in find_stack_direction() function
146 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1; in find_stack_direction()
191 if (find_stack_direction (0) < 0) in segv_handler()
/freebsd-12.1/contrib/gcclibs/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.m4147 [AC_TRY_RUN([find_stack_direction ()
154 return find_stack_direction ();
161 exit (find_stack_direction() < 0);
H A Dconfigure6510 find_stack_direction ()
6517 return find_stack_direction ();
6524 exit (find_stack_direction() < 0);
H A DChangeLog852 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
/freebsd-12.1/contrib/binutils/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.m4148 [AC_TRY_RUN([find_stack_direction ()
155 return find_stack_direction ();
162 exit (find_stack_direction() < 0);
H A Dconfigure6627 find_stack_direction ()
6634 return find_stack_direction ();
6641 exit (find_stack_direction() < 0);
H A DChangeLog1050 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
/freebsd-12.1/contrib/opie/
H A Dconfigure2930 find_stack_direction ()
2937 return find_stack_direction ();
2944 exit (find_stack_direction() < 0);
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dconfigure6976 find_stack_direction ()
6983 return find_stack_direction ();
6992 exit (find_stack_direction () < 0);
/freebsd-12.1/contrib/binutils/gas/
H A Dconfigure12526 find_stack_direction ()
12533 return find_stack_direction ();
12542 exit (find_stack_direction () < 0);
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfigure11858 find_stack_direction ()
11865 return find_stack_direction ();
11874 exit (find_stack_direction () < 0);