Searched defs:new_func (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 700 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour() 735 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump() 770 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch() 820 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline() 876 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction() 991 const char *func_name, uptr new_func, uptr *orig_old_func) { in OverrideFunction()
|
/openbsd/lib/libcrypto/ |
H A D | crypto_ex_data.c | 31 CRYPTO_EX_new *new_func; member 89 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | x_x509.c | 300 X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_get_ex_new_index()
|
/openbsd/lib/libcrypto/dh/ |
H A D | dh_lib.c | 173 DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DH_get_ex_new_index()
|
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa_lib.c | 197 DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DSA_get_ex_new_index()
|
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_lib.c | 200 RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in RSA_get_ex_new_index()
|
/openbsd/lib/libcrypto/bio/ |
H A D | bio_lib.c | 848 BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in BIO_get_ex_new_index()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 482 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction()
|
/openbsd/lib/libcrypto/ui/ |
H A D | ui_lib.c | 513 UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in UI_get_ex_new_index()
|
/openbsd/lib/libssl/ |
H A D | ssl_sess.c | 177 SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_SESSION_get_ex_new_index()
|
H A D | ssl_lib.c | 3338 SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_get_ex_new_index() 3361 SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_CTX_get_ex_new_index()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_vfy.c | 2000 X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_STORE_CTX_get_ex_new_index()
|