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

  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c 128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size)
223 void *old_stack; member in struct:stack_segment
572 is the amount of space remaining on the allocated stack. OLD_STACK
574 while this function is running). OLD_STACK is saved so that it can
586 __generic_morestack (size_t *pframe_size, void *old_stack, size_t param_size)
614 current->old_stack = old_stack;
645 from = (char *) old_stack;
666 void *old_stack; local
669 old_stack = current->old_stack
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c 128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size)
223 void *old_stack; member in struct:stack_segment
572 is the amount of space remaining on the allocated stack. OLD_STACK
574 while this function is running). OLD_STACK is saved so that it can
586 __generic_morestack (size_t *pframe_size, void *old_stack, size_t param_size)
614 current->old_stack = old_stack;
645 from = (char *) old_stack;
666 void *old_stack; local
669 old_stack = current->old_stack
    [all...]

Completed in 25 milliseconds