Home
last modified time | relevance | path

Searched refs:_Unwind_FunctionContext (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dunwind_ext.h25 extern struct _Unwind_FunctionContext *
29 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc);
DUnwind_AppleExtras.cpp192 struct _Unwind_FunctionContext *__Unwind_SjLj_GetTopOfFunctionStack() { in __Unwind_SjLj_GetTopOfFunctionStack()
193 return (struct _Unwind_FunctionContext *) in __Unwind_SjLj_GetTopOfFunctionStack()
198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack()
DUnwind-sjlj.c37 struct _Unwind_FunctionContext { struct
39 struct _Unwind_FunctionContext *prev; argument
59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h227 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;