Home
last modified time | relevance | path

Searched defs:new_func (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp651 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour()
686 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump()
721 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch()
771 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline()
827 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction()
942 const char *func_name, uptr new_func, uptr *orig_old_func) { in OverrideFunction()
/freebsd-13.1/crypto/openssl/crypto/
H A Dex_data.c20 CRYPTO_EX_new *new_func; member
156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp482 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction()
/freebsd-13.1/sys/kern/
H A Dkern_timeout.c620 callout_func_t *new_func; in softclock_call_cc() local