Searched defs:_Unwind_GetCFA (Results 1 - 1 of 1) 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

Completed in 59 milliseconds