Searched defs:_Unwind_FunctionContext (Results 1 – 1 of 1) sorted by relevance
31 struct _Unwind_FunctionContext { struct33 struct _Unwind_FunctionContext *prev; argument36 uint32_t resumeLocation;39 uint32_t resumeParameters[4];42 _Unwind_Personality_Fn personality; // arm offset=2443 uintptr_t lsda; // arm offset=2870 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; argument