Home
last modified time | relevance | path

Searched refs:new_func (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h28 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 Dinterception_win.cpp765 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 Dex_data.c131 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 DBIO_get_ex_new_index.pod35 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 DCRYPTO_get_ex_new_index.pod17 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 Dcryptlib.h71 CRYPTO_EX_new *new_func; member
141 CRYPTO_EX_new *new_func,
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp482 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 Dkern_timeout.c640 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 Dcrypto.h262 CRYPTO_EX_new *new_func,
H A Dcrypto.h.in239 CRYPTO_EX_new *new_func,