/freebsd/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 …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 124 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 D | context.c | 324 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/freebsd/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
|
/freebsd/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 209 CRYPTO_EX_new *new_func,
|
/freebsd/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()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_lib_ctx_get_data.pod | 16 void *(*new_func)(OSSL_LIB_CTX *ctx);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 245 CRYPTO_EX_new *new_func,
|
H A D | crypto.h.in | 222 CRYPTO_EX_new *new_func,
|