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

/illumos-gate/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);
311 exception_object->private_2 = _Unwind_GetCFA(ctx);
326 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) {
533 _Unwind_GetCFA(struct _Unwind_Context *context) function
H A Dthrp_unwind.c59 cfa = _Unwind_GetCFA(context);
/illumos-gate/usr/src/head/
H A Dstack_unwind.h165 uint64_t fp = _Unwind_GetCFA(ctx);
282 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);

Completed in 66 milliseconds