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

/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c58 struct SjLj_Function_Context struct
62 struct SjLj_Function_Context *prev;
91 struct SjLj_Function_Context *fc;
104 static struct SjLj_Function_Context *fc_static;
126 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc)
145 static inline struct SjLj_Function_Context *
159 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc)
173 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc)
H A Dunwind-generic.h190 struct SjLj_Function_Context;
191 extern void _Unwind_SjLj_Register (struct SjLj_Function_Context *);
192 extern void _Unwind_SjLj_Unregister (struct SjLj_Function_Context *);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h268 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t;

Completed in 114 milliseconds