Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:funcStart

641   uintptr_t funcStart = _Unwind_GetRegionStart(context);
642 uintptr_t pcOffset = pc - funcStart;
765 _Unwind_SetIP(context, funcStart + landingPad);