Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-sjlj.c31 struct _Unwind_FunctionContext { struct
33 struct _Unwind_FunctionContext *prev; argument
36 uint32_t resumeLocation;
39 uint32_t resumeParameters[4];
42 _Unwind_Personality_Fn personality; // arm offset=24
43 uintptr_t lsda; // arm offset=28
70 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; argument