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

/illumos-gate/usr/src/head/
H A Dstack_unwind.h167 if (fp == 0 || _Unwind_GetGR(ctx, RET_ADD) == 0) {
258 * Valid Index values for _Unwind_GetGR
277 uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c60 if (cfa == 0 || _Unwind_GetGR(context, RET_ADD) == 0) {
H A Dunwind.c123 #define _Unwind_GetGR _SUNW_Unwind_GetGR macro
135 #pragma weak _SUNW_Unwind_GetGR = _Unwind_GetGR
482 _Unwind_GetGR(struct _Unwind_Context *context, int index) function

Completed in 57 milliseconds