Searched refs:StackOverflowExceptionEntrypointTrampoline (Results 1 – 2 of 2) sorted by relevance
21 .global StackOverflowExceptionEntrypointTrampoline symbol22 .type StackOverflowExceptionEntrypointTrampoline, %function23 StackOverflowExceptionEntrypointTrampoline: label
31 extern "C" void StackOverflowExceptionEntrypointTrampoline();498 signalContext.SetPC(reinterpret_cast<uintptr_t>(StackOverflowExceptionEntrypointTrampoline)); in Action()