OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:end_of_stack
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/unwind/
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
GetGR.c
33
if (index == UNW_REG_SP && context->
end_of_stack
)
/external/llvm/lib/Support/Unix/
Signals.inc
372
assert(Entries < MaxEntries && "recursively called after
END_OF_STACK
?");
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Signals.inc
372
assert(Entries < MaxEntries && "recursively called after
END_OF_STACK
?");
Completed in 254 milliseconds