Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:funcStart

665   uintptr_t funcStart = _Unwind_GetRegionStart(context);
666 uintptr_t pcOffset = pc - funcStart;
787 _Unwind_SetIP(context, funcStart + landingPad);