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

/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c74 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
132 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
199 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack();
351 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context;
363 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context;
373 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context;
380 _Unwind_FunctionContext_t uf
[all...]
/external/clang/lib/Headers/
H A Dunwind.h221 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t; typedef in typeref:struct:SjLj_Function_Context
223 void _Unwind_SjLj_Register(_Unwind_FunctionContext_t);
224 void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t);
/external/libcxxabi/include/
H A Dunwind.h255 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t; typedef in typeref:struct:_Unwind_FunctionContext
256 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);
257 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);

Completed in 123 milliseconds