OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_of_stack
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/unwind/
GetGR.c
33
if (index == UNW_REG_SP && context->
end_of_stack
)
unwind-internal.h
46
int
end_of_stack
; /* set to 1 if the end of stack was reached */
member in struct:_Unwind_Context
53
((context)->
end_of_stack
= 0, \
90
context->
end_of_stack
= 1;
117
if (context->
end_of_stack
Completed in 52 milliseconds