Searched refs:_Unwind_GetRegionStart (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/src/unwind/
H A DGetRegionStart.c29 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
39 ALIAS (_Unwind_GetRegionStart); variable
/external/libunwind/include/
H A Dunwind.h96 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c53 COMPILER_RT_ABI uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
207 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp91 NOT_HERE_BEFORE_10_6(_Unwind_GetRegionStart)
129 NOT_HERE_BEFORE_5_0(_Unwind_GetRegionStart)
H A DUnwind-sjlj.c413 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
416 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p)\n", context);
H A DUnwindLevel1.c472 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
478 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%lX\n",
H A DUnwind-EHABI.cpp963 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
969 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%llX\n",
/external/clang/lib/Headers/
H A Dunwind.h204 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/external/libcxxabi/include/
H A Dunwind.h241 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
/external/libunwind/tests/
H A Dcheck-namespace.sh.in266 match _Unwind_GetRegionStart
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp134 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
665 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/external/libcxxabi/src/
H A Dcxa_personality.cpp587 uintptr_t funcStart = _Unwind_GetRegionStart(context);
1083 // _Unwind_GetLanguageSpecificData() and _Unwind_GetRegionStart() can

Completed in 328 milliseconds