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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.h 54 bool OverrideFunctionWithHotPatch(
interception_win.cc 715 bool OverrideFunctionWithHotPatch(
829 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func))
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 373 TEST(Interception, OverrideFunctionWithHotPatch) {
374 TestOverrideFunction override = OverrideFunctionWithHotPatch;
449 OverrideFunctionWithHotPatch,
569 TestOverrideFunction override = OverrideFunctionWithHotPatch;

Completed in 35 milliseconds