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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.h 25 // All the functions in the OverrideFunction() family return true on success,
29 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
32 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
66 ::__interception::OverrideFunction(#func, \
71 ::__interception::OverrideFunction((::__interception::uptr)func, \
interception_win.cc 821 bool OverrideFunction(
936 bool OverrideFunction(
943 OverrideFunction(func_addr, new_func, orig_old_func)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 36 if (!__interception::OverrideFunction(dll_function, wrapper, 0))
47 if (!__interception::OverrideFunction(dll_function, wrapper, 0))
sanitizer_win_weak_interception.cc 34 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0))
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 390 TEST(Interception, OverrideFunction) {
391 TestOverrideFunction override = OverrideFunction;
466 EXPECT_TRUE(OverrideFunction(identity_address1,
469 EXPECT_TRUE(OverrideFunction(identity_address2,
500 TestOverrideFunction override = OverrideFunction;
607 TestOverrideFunction override = OverrideFunction;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 182 if (!::__interception::OverrideFunction("RaiseException",
185 CHECK(::__interception::OverrideFunction("RtlRaiseException",
asan_malloc_win.cc 222 if (!__interception::OverrideFunction(fname, new_func))

Completed in 14 milliseconds