HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_GetCFA (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-compat.c 76 _Unwind_GetCFA (struct _Unwind_Context *context)
80 symver (_Unwind_GetCFA, GCC_3.3);
unwind-seh.c 102 _Unwind_GetCFA (struct _Unwind_Context *c)
473 * and _Unwind_GetCFA. */
unwind-sjlj.c 186 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
193 DWARF-2 unwinder _Unwind_GetCFA returns the CFA of the frame described
unwind-dw2.c 269 _Unwind_GetCFA (struct _Unwind_Context *context)
1473 return _Unwind_GetCFA (context) - _Unwind_IsSignalFrame (context);
1475 return _Unwind_GetCFA (context) + _Unwind_IsSignalFrame (context);
1488 alias (_Unwind_GetCFA);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-compat.c 76 _Unwind_GetCFA (struct _Unwind_Context *context)
80 symver (_Unwind_GetCFA, GCC_3.3);
unwind-seh.c 102 _Unwind_GetCFA (struct _Unwind_Context *c)
473 * and _Unwind_GetCFA. */
unwind-sjlj.c 186 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
193 DWARF-2 unwinder _Unwind_GetCFA returns the CFA of the frame described
unwind-dw2.c 271 _Unwind_GetCFA (struct _Unwind_Context *context)
1730 return _Unwind_GetCFA (context) - _Unwind_IsSignalFrame (context);
1732 return _Unwind_GetCFA (context) + _Unwind_IsSignalFrame (context);
1745 alias (_Unwind_GetCFA);
  /src/sys/lib/libunwind/
libunwind.cxx 321 uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 134 _Unwind_GetCFA (struct _Unwind_Context *context)
523 return _Unwind_GetCFA (context);
536 alias (_Unwind_GetCFA);
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 134 _Unwind_GetCFA (struct _Unwind_Context *context)
523 return _Unwind_GetCFA (context);
536 alias (_Unwind_GetCFA);
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 234 _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);
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 1755 _Unwind_GetCFA (struct _Unwind_Context *context)
2475 alias (_Unwind_GetCFA);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 1755 _Unwind_GetCFA (struct _Unwind_Context *context)
2475 alias (_Unwind_GetCFA);

Completed in 25 milliseconds