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

/haiku-buildtools/gcc/libgcc/
H A Dunwind-compat.c76 _Unwind_GetCFA (struct _Unwind_Context *context) function
80 symver (_Unwind_GetCFA, GCC_3.3);
H A Dunwind-generic.h178 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
H A Dunwind-sjlj.c186 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
193 DWARF-2 unwinder _Unwind_GetCFA returns the CFA of the frame described
184 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) function
H A Dunwind-dw2.c260 _Unwind_GetCFA (struct _Unwind_Context *context)
1696 return _Unwind_GetCFA (context) - _Unwind_IsSignalFrame (context);
1698 return _Unwind_GetCFA (context) + _Unwind_IsSignalFrame (context);
1711 alias (_Unwind_GetCFA);
257 _Unwind_GetCFA (struct _Unwind_Context *context) function
1703 alias (_Unwind_GetCFA); variable
H A Dunwind-seh.c102 _Unwind_GetCFA (struct _Unwind_Context *c)
100 _Unwind_GetCFA (struct _Unwind_Context *c) function
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c134 _Unwind_GetCFA (struct _Unwind_Context *context)
525 return _Unwind_GetCFA (context);
538 alias (_Unwind_GetCFA);
131 _Unwind_GetCFA (struct _Unwind_Context *context) function
531 alias (_Unwind_GetCFA); variable
/haiku-buildtools/gcc/gcc/ginclude/
H A Dunwind-arm-common.h210 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Ddarwin-fallback.c68 gprs[1] = _Unwind_GetCFA (context);
486 return handle_syscall (fs, gprs, _Unwind_GetCFA (context));
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dunwind-cr16.c234 _Unwind_GetCFA (struct _Unwind_Context *context)
1663 return _Unwind_GetCFA (context) - _Unwind_IsSignalFrame (context);
1665 return _Unwind_GetCFA (context) + _Unwind_IsSignalFrame (context);
1678 alias (_Unwind_GetCFA);
231 _Unwind_GetCFA (struct _Unwind_Context *context) function
1670 alias (_Unwind_GetCFA); variable
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c1755 _Unwind_GetCFA (struct _Unwind_Context *context)
2464 alias (_Unwind_GetCFA);
1748 _Unwind_GetCFA (struct _Unwind_Context *context) function
2456 alias (_Unwind_GetCFA); variable

Completed in 115 milliseconds