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

/macosx-10.10.1/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c170 EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context* context) function
175 DEBUG_PRINT_API("_Unwind_GetCFA(context=%p) => 0x%llX\n", context, (uint64_t)result);
283 NOT_HERE_BEFORE_10_6(_Unwind_GetCFA)
H A DUnwind-sjlj.c456 EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context* context) function
458 DEBUG_PRINT_API("_Unwind_GetCFA(context=%p)\n", context);
483 NOT_HERE_BEFORE_5_0(_Unwind_GetCFA)
/macosx-10.10.1/libunwind-35.3/include/
H A Dunwind.h155 // _Unwind_GetCFA is a gcc extension that can be called from within a personality
158 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context*);
/macosx-10.10.1/libgcc-14/
H A Dstub.c20 FUNCTION_IN_LIBGCC_DYLIB_IN_10_4_THROUGH_10_5(_Unwind_GetCFA)
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.mm277 OBJC_EXTERN uintptr_t _Unwind_GetCFA (struct _Unwind_Context *);
478 (void*)_Unwind_GetCFA(context), exceptionObject);
1364 uintptr_t cfa = _Unwind_GetCFA(ctx);

Completed in 183 milliseconds