Searched defs:new_func (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 756 OverrideFunctionWithDetour(uptr old_func,uptr new_func,uptr * orig_old_func) OverrideFunctionWithDetour() argument 791 OverrideFunctionWithRedirectJump(uptr old_func,uptr new_func,uptr * orig_old_func) OverrideFunctionWithRedirectJump() argument 826 OverrideFunctionWithHotPatch(uptr old_func,uptr new_func,uptr * orig_old_func) OverrideFunctionWithHotPatch() argument 876 OverrideFunctionWithTrampoline(uptr old_func,uptr new_func,uptr * orig_old_func) OverrideFunctionWithTrampoline() argument 932 OverrideFunction(uptr old_func,uptr new_func,uptr * orig_old_func) OverrideFunction() argument 1058 OverrideFunction(const char * func_name,uptr new_func,uptr * orig_old_func) OverrideFunction() argument [all...] |
/freebsd-src/crypto/openssl/include/internal/ |
H A D | cryptlib.h | 124 CRYPTO_EX_new *new_func; member 180 void *(*new_func)(OSSL_LIB_CTX *ctx); member
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | ex_data.c | 143 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() 199 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 482 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction()
|
/freebsd-src/sys/kern/ |
H A D | kern_timeout.c | 640 callout_func_t *new_func; in softclock_call_cc() local
|