| /src/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.h | 28 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 31 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0); 52 uptr old_func, uptr new_func, uptr *orig_old_func); 57 uptr old_func, uptr new_func, uptr *orig_old_func); 59 uptr old_func, uptr new_func, uptr *orig_old_func); 61 uptr old_func, uptr new_func, uptr *orig_old_func);
|
| H A D | interception_win.cpp | 765 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour() argument 783 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour() 800 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump() argument 816 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump() 825 WriteJumpInstruction(old_func, FIRST_32_SECOND_64(new_func, trampoline)); in OverrideFunctionWithRedirectJump() 835 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch() argument 874 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 885 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline() argument 931 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline() 941 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument [all …]
|
| /src/crypto/openssl/crypto/ |
| H A D | ex_data.c | 131 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex() 150 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() argument 185 a->new_func = new_func; in ossl_crypto_get_ex_new_index_ex() 204 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 208 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 252 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 254 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 456 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 459 f->new_func(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | BIO_get_ex_new_index.pod | 35 CRYPTO_EX_new *new_func, 50 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 54 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 58 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 62 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 68 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
| H A D | CRYPTO_get_ex_new_index.pod | 17 CRYPTO_EX_new *new_func, 118 new_func() is called for every defined index. There is no requirement 120 The new_func() is typically used only to allocate memory to store the 130 Both new_func() and free_func() take the same parameters. 132 The B<ptr> is the current exdata item; for new_func() this will typically
|
| /src/crypto/openssl/include/internal/ |
| H A D | cryptlib.h | 71 CRYPTO_EX_new *new_func; member 141 CRYPTO_EX_new *new_func,
|
| /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() argument 485 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
|
| /src/sys/kern/ |
| H A D | kern_timeout.c | 640 callout_func_t *new_func; in softclock_call_cc() local 783 new_func = cc_migration_func(cc, direct); in softclock_call_cc() 796 c, new_func, new_arg); in softclock_call_cc() 803 callout_cc_add(c, new_cc, new_time, new_prec, new_func, in softclock_call_cc()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 262 CRYPTO_EX_new *new_func,
|
| H A D | crypto.h.in | 239 CRYPTO_EX_new *new_func,
|