Searched refs:_Unwind_FindEnclosingFunction (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dfind_enclosing.c9 // Basic _Unwind_FindEnclosingFunction test
11 // _Unwind_FindEnclosingFunction() is supposed to return the start of a
41 if ( _Unwind_FindEnclosingFunction(addrInBar) != &bar )
43 if ( _Unwind_FindEnclosingFunction(addrInFoo) != &foo )
/macosx-10.10.1/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c86 EXPORT void* _Unwind_FindEnclosingFunction(void* pc) function
88 DEBUG_PRINT_API("_Unwind_FindEnclosingFunction(pc=%p)\n", pc);
282 NOT_HERE_BEFORE_10_6(_Unwind_FindEnclosingFunction)
/macosx-10.10.1/libunwind-35.3/include/
H A Dunwind.h204 extern void* _Unwind_FindEnclosingFunction(void* pc);
/macosx-10.10.1/libgcc-14/
H A Dstub.c17 FUNCTION_IN_LIBGCC_DYLIB_IN_10_4_THROUGH_10_5(_Unwind_FindEnclosingFunction)

Completed in 141 milliseconds