Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/crypto/openssl/crypto/
H A Dex_data.c124 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex()
143 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() argument
180 a->new_func = 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() argument
203 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index()
249 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex()
251 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex()
455 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern()
458 f->new_func(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
H A Dcontext.c324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
/freebsd/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
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h124 CRYPTO_EX_new *new_func; member
180 void *(*new_func)(OSSL_LIB_CTX *ctx); member
209 CRYPTO_EX_new *new_func,
/freebsd/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()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod16 void *(*new_func)(OSSL_LIB_CTX *ctx);
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h245 CRYPTO_EX_new *new_func,
H A Dcrypto.h.in222 CRYPTO_EX_new *new_func,