Searched refs:exrec (Results 1 – 2 of 2) sorted by relevance
658 PEXCEPTION_RECORD exrec = exinfo->ExceptionRecord; in handle_runtime_exceptions() local671 prg, exrec->ExceptionCode, exrec->ExceptionAddress); in handle_runtime_exceptions()678 prg, exrec->ExceptionCode, exrec->ExceptionFlags, in handle_runtime_exceptions()679 exrec->ExceptionAddress); in handle_runtime_exceptions()681 if (exrec->ExceptionCode == EXCEPTION_ACCESS_VIOLATION in handle_runtime_exceptions()682 && exrec->NumberParameters >= 2) in handle_runtime_exceptions()684 (exrec->ExceptionInformation[0] in handle_runtime_exceptions()687 exrec->ExceptionInformation[1]); in handle_runtime_exceptions()
369 * main.c (handle_runtime_exceptions): Cast exrec->ExceptionAddress