Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-sjlj.c110 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase1()
168 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2()
235 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2_forced()
387 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetLanguageSpecificData()
399 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetGR()
409 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetGR()
416 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetIP()
428 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetIPInfo()
441 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetIP()
496 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetCFA()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h282 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t; typedef
284 void _Unwind_SjLj_Register(_Unwind_FunctionContext_t);
285 void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t);
/freebsd-12.1/contrib/libunwind/include/
H A Dunwind.h283 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t; typedef
284 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);
285 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);