HomeSort by relevance Sort by last modified time
    Searched full:exrec (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
main.c 662 PEXCEPTION_RECORD exrec = exinfo->ExceptionRecord;
675 prg, exrec->ExceptionCode, (DWORD)exrec->ExceptionAddress);
682 prg, exrec->ExceptionCode, exrec->ExceptionFlags,
683 (DWORD)exrec->ExceptionAddress);
685 if (exrec->ExceptionCode == EXCEPTION_ACCESS_VIOLATION
686 && exrec->NumberParameters >= 2)
688 (exrec->ExceptionInformation[0]
691 exrec->ExceptionInformation[1])
658 PEXCEPTION_RECORD exrec = exinfo->ExceptionRecord; local
    [all...]
ChangeLog 369 * main.c (handle_runtime_exceptions): Cast exrec->ExceptionAddress
    [all...]

Completed in 60 milliseconds