/netbsd/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.h | 27 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 30 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0); 46 uptr old_func, uptr new_func, uptr *orig_old_func); 51 uptr old_func, uptr new_func, uptr *orig_old_func); 53 uptr old_func, uptr new_func, uptr *orig_old_func); 55 uptr old_func, uptr new_func, uptr *orig_old_func);
|
H A D | interception_win.cc | 644 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour() argument 662 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour() 679 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump() argument 695 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump() 714 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch() argument 753 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 764 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline() argument 810 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline() 820 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument 935 const char *func_name, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument [all …]
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_win.h | 29 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 32 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0); 48 uptr old_func, uptr new_func, uptr *orig_old_func); 53 uptr old_func, uptr new_func, uptr *orig_old_func); 55 uptr old_func, uptr new_func, uptr *orig_old_func); 57 uptr old_func, uptr new_func, uptr *orig_old_func);
|
H A D | interception_win.cc | 646 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour() argument 664 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour() 681 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump() argument 697 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump() 716 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch() argument 755 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 766 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline() argument 812 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline() 822 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument 937 const char *func_name, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.h | 27 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 30 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0); 46 uptr old_func, uptr new_func, uptr *orig_old_func); 51 uptr old_func, uptr new_func, uptr *orig_old_func); 53 uptr old_func, uptr new_func, uptr *orig_old_func); 55 uptr old_func, uptr new_func, uptr *orig_old_func);
|
H A D | interception_win.cc | 644 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour() argument 662 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour() 679 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump() argument 695 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump() 714 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch() argument 753 WriteBranch(header, indirect_address, new_func); in OverrideFunctionWithHotPatch() 764 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline() argument 810 WriteBranch(old_func, indirect_address, new_func); in OverrideFunctionWithTrampoline() 820 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument 935 const char *func_name, uptr new_func, uptr *orig_old_func) { in OverrideFunction() argument [all …]
|
/netbsd/external/bsd/bc/dist/ |
H A D | execute.c | 69 long new_func; in execute() local 151 new_func = byte(&pc); in execute() 152 if ((new_func & 0x80) != 0) in execute() 153 new_func = ((new_func & 0x7f) << 8) + byte(&pc); in execute() 156 if (!functions[new_func].f_defined) in execute() 158 rt_error ("Function %s not defined.", f_names[new_func]); in execute() 163 process_params (&pc, new_func); in execute() 166 for (auto_list = functions[new_func].f_autos; in execute() 177 pc.pc_func = new_func; in execute() 272 new_func = byte(&pc); in execute() [all …]
|
/netbsd/crypto/external/bsd/openssl/dist/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 178 a->new_func = new_func; in ossl_crypto_get_ex_new_index_ex() 197 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 201 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 247 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 249 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 453 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 456 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()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | ex_data.c | 20 CRYPTO_EX_new *new_func; member 143 a->new_func = dummy_new; in CRYPTO_free_ex_index() 156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 184 a->new_func = new_func; in CRYPTO_get_ex_new_index() 238 if (storage[i] != NULL && storage[i]->new_func != NULL) { in CRYPTO_new_ex_data() 240 storage[i]->new_func(obj, ptr, ad, i, in CRYPTO_new_ex_data()
|
/netbsd/crypto/external/bsd/openssl/dist/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
|
/netbsd/crypto/external/bsd/openssl/dist/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,
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CRYPTO_get_ex_new_index.pod | 16 CRYPTO_EX_new *new_func, 113 new_func() is called for every defined index. There is no requirement 115 The new_func() is typically used only to allocate memory to store the 124 Both new_func() and free_func() take the same parameters. 126 The B<ptr> is the current exdata item; for new_func() this will typically
|
H A D | RAND_DRBG_set_ex_data.pod | 19 CRYPTO_EX_new *new_func,
|
H A D | BIO_get_ex_new_index.pod | 25 CRYPTO_EX_new *new_func,
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_malloc_win.cc | 212 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction() argument 215 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_malloc_win.cc | 219 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction() argument 222 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_malloc_win.cc | 212 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction() argument 215 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | crypto.h | 173 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
|
/netbsd/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_lib_ctx_get_data.pod | 16 void *(*new_func)(OSSL_LIB_CTX *ctx);
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 255 =item int B<SSL_CTX_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func… 432 =item int B<SSL_SESSION_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_… 551 =item int B<SSL_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func)(vo…
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | crypto.h.in | 222 CRYPTO_EX_new *new_func,
|