Searched refs:xr (Results 1 – 2 of 2) sorted by relevance
30 EXCEPTION_RECORD *xr = xp->ExceptionRecord; in phpdbg_exception_handler_win32() local33 if(xr->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) { in phpdbg_exception_handler_win32()36 …if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1] TSRMLS_CC) == SUCCESS) { in phpdbg_exception_handler_win32()
1842 struct seg {int y, xl, xr, dy;}; member1848 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}1851 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
Completed in 13 milliseconds