HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionInformation (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c 52 We define the ExceptionInformation entries as follows:
204 = (struct _Unwind_Exception *) ms_exc->ExceptionInformation[0];
215 ms_disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];
225 if (ms_exc->ExceptionInformation[1] == (_Unwind_Ptr) this_frame)
227 RtlUnwindEx (this_frame, (PVOID) ms_exc->ExceptionInformation[2],
276 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame;
277 ms_exc->ExceptionInformation[2] = gcc_context.ra;
278 ms_exc->ExceptionInformation[3] = gcc_context.reg[1];
282 4, ms_exc->ExceptionInformation);
314 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h 239 support::ulittle64_t ExceptionInformation[MaxParameters];
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 917 return exception_record->ExceptionInformation[1];
930 switch (exception_record->ExceptionInformation[0]) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp 959 return exception_record->ExceptionInformation[1];
981 switch (exception_record->ExceptionInformation[0]) {
  /src/external/gpl2/gmake/dist/
main.c 692 (exrec->ExceptionInformation[0]
695 exrec->ExceptionInformation[1]);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp 391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index];
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 2274 ULONG_PTR[EXCEPTION_MAXIMUM_PARAMETERS] ExceptionInformation;

Completed in 35 milliseconds