Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:funcStart

667   uintptr_t funcStart = _Unwind_GetRegionStart(context);
668 uintptr_t pcOffset = pc - funcStart;
789 _Unwind_SetIP(context, funcStart + landingPad);