Searched refs:_Unwind_FunctionContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c134 // routines to push and pop a stack of _Unwind_FunctionContext.
137 struct _Unwind_FunctionContext struct
140 struct _Unwind_FunctionContext* prev;
146 static struct _Unwind_FunctionContext* sStaticThreadChain = NULL;
167 // struct _Unwind_FunctionContext* start = sStaticThreadChain;
169 // start = (struct _Unwind_FunctionContext*)pthread_getspecific(sThreadChainKey);
171 // for (struct _Unwind_FunctionContext* p = start; p != NULL; p = p->prev) {
178 struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack()
183 return (struct _Unwind_FunctionContext*)pthread_getspecific(sThreadChainKey);
190 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext* f
[all...]
/macosx-10.10.1/libunwind-35.3/src/
H A DUnwind-sjlj.c56 struct _Unwind_FunctionContext struct
59 struct _Unwind_FunctionContext* prev;
79 extern struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack();
80 extern void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext* fc);
82 static struct _Unwind_FunctionContext* __Unwind_SjLj_GetTopOfFunctionStack()
84 return (struct _Unwind_FunctionContext*)_pthread_getspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key);
87 static void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext* fc)
97 EXPORT void _Unwind_SjLj_Register(struct _Unwind_FunctionContext* fc)
107 EXPORT void _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext* fc)
/macosx-10.10.1/libunwind-35.3/include/
H A Dunwind.h125 typedef struct _Unwind_FunctionContext* _Unwind_FunctionContext_t;

Completed in 51 milliseconds