Home
last modified time | relevance | path

Searched refs:exrec (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c658 PEXCEPTION_RECORD exrec = exinfo->ExceptionRecord; in handle_runtime_exceptions() local
671 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()
DChangeLog369 * main.c (handle_runtime_exceptions): Cast exrec->ExceptionAddress