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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 100 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) {
101 CHECK(REAL(RaiseException));
103 REAL(RaiseException)(a, b, c, d);
180 // Try to intercept kernel32!RaiseException, and if that fails, intercept
182 if (!::__interception::OverrideFunction("RaiseException",
183 (uptr)WRAP(RaiseException),
184 (uptr *)&REAL(RaiseException))) {
asan_win.cc 100 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) {
101 CHECK(REAL(RaiseException));
103 REAL(RaiseException)(a, b, c, d);
180 // Try to intercept kernel32!RaiseException, and if that fails, intercept
182 if (!::__interception::OverrideFunction("RaiseException",
183 (uptr)WRAP(RaiseException),
184 (uptr *)&REAL(RaiseException))) {

Completed in 23 milliseconds