HomeSort by relevance Sort by last modified time
    Searched refs:EXCEPTION_RECORD (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/asan/
asan_win.cc 200 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; local
203 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION ||
204 exception_record->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) {
206 (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION)
209 SignalContext sig = SignalContext::Create(exception_record, context);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 568 EXCEPTION_RECORD exception_record = {}; local
570 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context };
574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER;
579 exception_record.NumberParameters = 3;
580 exception_record.ExceptionInformation[0] =
582 exception_record.ExceptionInformation[1] =
584 exception_record.ExceptionInformation[2] = assertion.line;
648 EXCEPTION_RECORD exception_record = {} local
740 EXCEPTION_RECORD exception_record = {}; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 734 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD*)siginfo; local
737 uptr pc = (uptr)exception_record->ExceptionAddress;
745 uptr access_addr = exception_record->ExceptionInformation[1];
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 93 EXCEPTION_RECORD ex_record = {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1411 EXCEPTION_RECORD * const exception_record = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
winbase.h 544 EXCEPTION_RECORD ExceptionRecord;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 785 } EXCEPTION_RECORD, *PEXCEPTION_RECORD;
    [all...]

Completed in 531 milliseconds