HomeSort by: relevance | last modified time | path
    Searched defs:user_seh_handler (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 51 static LPTOP_LEVEL_EXCEPTION_FILTER user_seh_handler; variable
72 if (user_seh_handler)
73 return user_seh_handler(info);
87 Swap(ExceptionFilter, user_seh_handler);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 50 static LPTOP_LEVEL_EXCEPTION_FILTER user_seh_handler; variable
71 if (user_seh_handler)
72 return user_seh_handler(info);
86 Swap(ExceptionFilter, user_seh_handler);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 50 static LPTOP_LEVEL_EXCEPTION_FILTER user_seh_handler; variable
71 if (user_seh_handler)
72 return user_seh_handler(info);
86 Swap(ExceptionFilter, user_seh_handler);

Completed in 75 milliseconds