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

/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c489 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); local
490 _Unwind_SetGR(context, 15, value | thumb_bit);

Completed in 205 milliseconds