Home
last modified time | relevance | path

Searched refs:UNWIND_IP_REG (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h145 #define UNWIND_IP_REG 15 macro
158 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit in _Unwind_GetIP()
162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1; in _Unwind_SetIP()
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState)); in _Unwind_SetIP()