Searched defs:_Unwind_GetTextRelBase (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/unwind/
H A DGetTextRelBase.c29 _Unwind_GetTextRelBase (struct _Unwind_Context *context) function
35 ALIAS (_Unwind_GetTextRelBase); variable
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c73 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { function
75 _LIBUNWIND_TRACE_API("_Unwind_GetTextRelBase(context=%p)\n", context);
76 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A DUnwind-sjlj.c448 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { function
451 _LIBUNWIND_TRACE_API("_Unwind_GetTextRelBase(context=%p)\n", context);
452 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");

Completed in 146 milliseconds