Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dstack_unwind.h165 if (fp == 0 || _Unwind_GetGR(ctx, RET_ADD) == 0) {
275 uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c124 #define _Unwind_GetGR _SUNW_Unwind_GetGR macro
135 #pragma weak _SUNW_Unwind_GetGR = _Unwind_GetGR
489 _Unwind_GetGR(struct _Unwind_Context *context, int index) in _Unwind_GetGR() function
H A Dthrp_unwind.c56 if (cfa == 0 || _Unwind_GetGR(context, RET_ADD) == 0) { in posix_stop_func()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1224 _Unwind_GetGR;