Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_win_dll_thunk.cc | 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); local in function:__sanitizer::dllThunkIntercept 36 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) 43 uptr wrapper = __interception::InternalGetProcAddress( local in function:__sanitizer::dllThunkInterceptWhenPossible 45 if (!wrapper) 46 wrapper = dllThunkGetRealAddrOrDie(default_function); 47 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) |
sanitizer_win_dll_thunk.cc | 35 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); local in function:__sanitizer::dllThunkIntercept 36 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) 43 uptr wrapper = __interception::InternalGetProcAddress( local in function:__sanitizer::dllThunkInterceptWhenPossible 45 if (!wrapper) 46 wrapper = dllThunkGetRealAddrOrDie(default_function); 47 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) |