Home
last modified time | relevance | path

Searched refs:OverrideFunctionWithHotPatch (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc373 TEST(Interception, OverrideFunctionWithHotPatch) { in TEST() argument
374 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
449 OverrideFunctionWithHotPatch, in TEST()
569 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h52 bool OverrideFunctionWithHotPatch(
H A Dinterception_win.cc713 bool OverrideFunctionWithHotPatch( in OverrideFunctionWithHotPatch() function
827 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func)) in OverrideFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.h54 bool OverrideFunctionWithHotPatch(
H A Dinterception_win.cc715 bool OverrideFunctionWithHotPatch( in OverrideFunctionWithHotPatch() function
829 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func)) in OverrideFunction()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.h53 bool OverrideFunctionWithHotPatch(
H A Dinterception_win.cpp766 bool OverrideFunctionWithHotPatch( in OverrideFunctionWithHotPatch() function
880 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func)) in OverrideFunction()