Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c122 #define _Unwind_GetCFA _SUNW_Unwind_GetCFA macro
134 #pragma weak _SUNW_Unwind_GetCFA = _Unwind_GetCFA
183 fp = _Unwind_GetCFA(ctx); in _Unw_very_boring_personality()
311 exception_object->private_2 = _Unwind_GetCFA(ctx); in _Unwind_RaiseException_Body()
326 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) { in _Unwind_RaiseException_Body()
533 _Unwind_GetCFA(struct _Unwind_Context *context) in _Unwind_GetCFA() function
H A Dthrp_unwind.c59 cfa = _Unwind_GetCFA(context); in posix_stop_func()
/titanic_41/usr/src/head/
H A Dstack_unwind.h165 uint64_t fp = _Unwind_GetCFA(ctx);
282 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers929 _Unwind_GetCFA;