HomeSort by: relevance | last modified time | path
    Searched defs:__splitstack_find (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c 160 __splitstack_find (void *, void *, size_t *, void **, void **, void **)
887 while ((stack = __splitstack_find (next_segment, next_sp, &stack_size,
907 __splitstack_find (void *segment_arg, void *sp, size_t *len, function
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len,
1190 initial_sp which may be passed to __splitstack_find to find the
1207 value 2 is a code used by __splitstack_find to mean that we
1221 __splitstack_find to look at the initial stack. */
1225 return __splitstack_find (segment, sp, stack_size, next_segment, next_sp,
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c 160 __splitstack_find (void *, void *, size_t *, void **, void **, void **)
887 while ((stack = __splitstack_find (next_segment, next_sp, &stack_size,
907 __splitstack_find (void *segment_arg, void *sp, size_t *len, function
948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len,
1190 initial_sp which may be passed to __splitstack_find to find the
1207 value 2 is a code used by __splitstack_find to mean that we
1221 __splitstack_find to look at the initial stack. */
1225 return __splitstack_find (segment, sp, stack_size, next_segment, next_sp,

Completed in 20 milliseconds