Home
last modified time | relevance | path

Searched refs:__splitstack_find (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c160 __splitstack_find (void *, void *, size_t *, void **, void **, void **)
907 __splitstack_find (void *segment_arg, void *sp, size_t *len, in __splitstack_find() function
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len, in __splitstack_find()
1225 return __splitstack_find (segment, sp, stack_size, next_segment, next_sp, in __splitstack_find_context()
H A Dlibgcc-std.ver.in1920 __splitstack_find
H A DChangeLog4632 * generic-morestack.c (__splitstack_find): Add s390-specific code.
9063 * generic-morestack.c (__splitstack_find): Check for NULL old
11119 * generic-morestack.c (__splitstack_find): Adjust returned stack
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c160 __splitstack_find (void *, void *, size_t *, void **, void **, void **)
907 __splitstack_find (void *segment_arg, void *sp, size_t *len, in __splitstack_find() function
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len, in __splitstack_find()
1225 return __splitstack_find (segment, sp, stack_size, next_segment, next_sp, in __splitstack_find_context()
H A Dlibgcc-std.ver.in1920 __splitstack_find
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlibgcc.texi2267 @deftypefn {Runtime Function} {void *} __splitstack_find (void *@var{segment_arg}, @
2278 while ((stack = __splitstack_find (next_segment, next_sp,
2293 may run the subsequent @code{__splitstack_find} iterations. Of
2295 second thread is calling @code{__splitstack_find}. If not, the second
H A Dgccint.info2943 -- Runtime Function: void * __splitstack_find (void *SEGMENT_ARG, void
2953 while ((stack = __splitstack_find (next_segment, next_sp,
2967 '__splitstack_find' iterations. Of course, this will only work if
2969 '__splitstack_find'. If not, the second thread could be looking at
53606 * __splitstack_find: Miscellaneous routines.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlibgcc.texi2267 @deftypefn {Runtime Function} {void *} __splitstack_find (void *@var{segment_arg}, @
2278 while ((stack = __splitstack_find (next_segment, next_sp,
2293 may run the subsequent @code{__splitstack_find} iterations. Of
2295 second thread is calling @code{__splitstack_find}. If not, the second
H A Dgccint.info2943 -- Runtime Function: void * __splitstack_find (void *SEGMENT_ARG, void
2953 while ((stack = __splitstack_find (next_segment, next_sp,
2967 '__splitstack_find' iterations. Of course, this will only work if
2969 '__splitstack_find'. If not, the second thread could be looking at
51920 * __splitstack_find: Miscellaneous routines.