Searched refs:_Unwind_GetDataRelBase (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h305 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwind-sjlj.c437 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { function
440 _LIBUNWIND_TRACE_API("_Unwind_GetDataRelBase(context=%p)\n", context);
441 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
H A DUnwindLevel1-gcc-ext.c63 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { function
65 _LIBUNWIND_TRACE_API("_Unwind_GetDataRelBase(context=%p)\n", context);
66 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");

Completed in 37 milliseconds