OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__morestack_initial_sp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c
297
__thread struct initial_sp
__morestack_initial_sp
variable in typeref:struct:initial_sp
549
__morestack_initial_sp
.sp = sp;
550
__morestack_initial_sp
.len = len;
551
sigemptyset (&
__morestack_initial_sp
.mask);
687
if ((char *) old_stack >= (char *)
__morestack_initial_sp
.sp)
690
used = (char *)
__morestack_initial_sp
.sp - (char *) old_stack;
692
if ((char *) old_stack <= (char *)
__morestack_initial_sp
.sp)
695
used = (char *) old_stack - (char *)
__morestack_initial_sp
.sp;
698
if (used >
__morestack_initial_sp
.len)
701
*pavailable =
__morestack_initial_sp
.len - used
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c
297
__thread struct initial_sp
__morestack_initial_sp
variable in typeref:struct:initial_sp
549
__morestack_initial_sp
.sp = sp;
550
__morestack_initial_sp
.len = len;
551
sigemptyset (&
__morestack_initial_sp
.mask);
687
if ((char *) old_stack >= (char *)
__morestack_initial_sp
.sp)
690
used = (char *)
__morestack_initial_sp
.sp - (char *) old_stack;
692
if ((char *) old_stack <= (char *)
__morestack_initial_sp
.sp)
695
used = (char *) old_stack - (char *)
__morestack_initial_sp
.sp;
698
if (used >
__morestack_initial_sp
.len)
701
*pavailable =
__morestack_initial_sp
.len - used
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026