Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c123 #define _Unwind_GetCFA _SUNW_Unwind_GetCFA macro
134 #pragma weak _SUNW_Unwind_GetCFA = _Unwind_GetCFA
182 fp = _Unwind_GetCFA(ctx); in _Unw_very_boring_personality()
310 exception_object->private_2 = _Unwind_GetCFA(ctx); in _Unwind_RaiseException_Body()
325 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) { in _Unwind_RaiseException_Body()
539 _Unwind_GetCFA(struct _Unwind_Context *context) in _Unwind_GetCFA() function
H A Dthrp_unwind.c55 cfa = _Unwind_GetCFA(context); in posix_stop_func()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h163 uint64_t fp = _Unwind_GetCFA(ctx);
280 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1229 _Unwind_GetCFA;