Searched refs:__Unwind_SjLj_GetTopOfFunctionStack (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libunwind-35.3/src/
H A DUnwind-sjlj.c79 extern struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack();
82 static struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack() function
99 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack();
115 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
164 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
217 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c178 struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack() function
180 //_ZN4dyld3logEPKcz("__Unwind_SjLj_GetTopOfFunctionStack(), key=%d, ", sThreadChainKey);

Completed in 69 milliseconds