Home
last modified time | relevance | path

Searched refs:__C_specific_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc108 INTERCEPTOR_WINAPI(int, __C_specific_handler, void *a, void *b, void *c, void *d) { // NOLINT in INTERCEPTOR_WINAPI() argument
109 CHECK(REAL(__C_specific_handler)); in INTERCEPTOR_WINAPI()
111 return REAL(__C_specific_handler)(a, b, c, d); in INTERCEPTOR_WINAPI()
174 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cc92 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);