| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_interception.cpp | 34 static uptr GetSanitizerDllExport(const char *export_name) { in GetSanitizerDllExport() argument 36 __interception::InternalGetProcAddress(&__ImageBase, export_name); in GetSanitizerDllExport() 38 Report("ERROR: Failed to find sanitizer DLL export '%s'\n", export_name); in GetSanitizerDllExport() 89 const char *export_name, const uptr user_function, in __sanitizer_override_function() argument 91 CHECK(export_name); in __sanitizer_override_function() 94 const uptr sanitizer_function = GetSanitizerDllExport(export_name); in __sanitizer_override_function() 102 user_function, export_name); in __sanitizer_override_function() 131 const char *export_name, const uptr user_function, in __sanitizer_register_weak_function() argument 133 CHECK(export_name); in __sanitizer_register_weak_function() 136 const uptr sanitizer_function = GetSanitizerDllExport(export_name); in __sanitizer_register_weak_function() [all …]
|
| H A D | sanitizer_win_thunk_interception.cpp | 28 int override_function(const char *export_name, const uptr user_function) { in override_function() argument 29 if (!__sanitizer_override_function(export_name, user_function)) { in override_function() 36 int register_weak(const char *export_name, const uptr user_function) { in register_weak() argument 37 if (!__sanitizer_register_weak_function(export_name, user_function)) { in register_weak()
|
| H A D | sanitizer_win_thunk_interception.h | 20 const char *export_name, __sanitizer::uptr user_function, 26 const char *export_name, __sanitizer::uptr user_function, 33 int override_function(const char *export_name, uptr user_function); 34 int register_weak(const char *export_name, uptr user_function);
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | Makefile.in | 45 $(srcdir)/export_name.c \ 99 $(OUTPRE)export_name.$(OBJEXT) \ 156 export_name.o \
|
| H A D | deps | 188 export_name.so export_name.po $(OUTPRE)export_name.$(OBJEXT): \ 202 export_name.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
|
| /freebsd/sys/rpc/rpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 928 gss_buffer_desc export_name; in svc_rpc_gss_accept_sec_context() local 986 &export_name, in svc_rpc_gss_accept_sec_context() 1038 &export_name, in svc_rpc_gss_accept_sec_context() 1113 &export_name); in svc_rpc_gss_accept_sec_context() 1121 + export_name.length); in svc_rpc_gss_accept_sec_context() 1122 client->cl_rawcred.client_principal->len = export_name.length; in svc_rpc_gss_accept_sec_context() 1124 export_name.value, export_name.length); in svc_rpc_gss_accept_sec_context() 1125 gss_release_buffer(&min_stat, &export_name); in svc_rpc_gss_accept_sec_context()
|
| /freebsd/lib/librpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 685 gss_buffer_desc export_name; in svc_rpc_gss_accept_sec_context() local 703 &export_name); in svc_rpc_gss_accept_sec_context() 711 + export_name.length); in svc_rpc_gss_accept_sec_context() 712 client->cl_rawcred.client_principal->len = export_name.length; in svc_rpc_gss_accept_sec_context() 714 export_name.value, export_name.length); in svc_rpc_gss_accept_sec_context() 715 gss_release_buffer(&min_stat, &export_name); in svc_rpc_gss_accept_sec_context()
|
| /freebsd/kerberos5/lib/libgssapi_ntlm/ |
| H A D | Makefile | 18 export_name.c \
|
| /freebsd/krb5/lib/gssapi/krb5/ |
| H A D | Makefile.inc | 25 export_name.c \
|
| /freebsd/kerberos5/lib/libgssapi_krb5/ |
| H A D | Makefile | 31 export_name.c \
|
| /freebsd/lib/libgssapi/ |
| H A D | gss_mech_switch.c | 268 SYM(export_name); in _gss_load_mech()
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | Makefile.am | 44 krb5/export_name.c \ 183 ntlm/export_name.c \
|
| H A D | Makefile.in | 143 krb5/encapsulate.lo krb5/export_name.lo \ 201 ntlm/export_name.lo ntlm/export_sec_context.lo \ 582 krb5/export_name.c \ 721 ntlm/export_name.c \ 945 krb5/export_name.lo: krb5/$(am__dirstamp) \ 1165 ntlm/export_name.lo: ntlm/$(am__dirstamp) \ 1353 -rm -f krb5/export_name.$(OBJEXT) 1354 -rm -f krb5/export_name.lo 1582 -rm -f ntlm/export_name.$(OBJEXT) 1583 -rm -f ntlm/export_name.lo [all …]
|
| H A D | ChangeLog | 2535 * export_name.c (gss_export_name): export name with
|
| /freebsd/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_mech_switch.c | 347 SYM(export_name); in _gss_load_mech()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | WebAssembly.rst | 182 in turn can be set using ``__attribute__((export_name))`` clang attribute.
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 1951 * lib/gssapi: new files: canonicalize_name.c export_name.c
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2486 let Spellings = [Clang<"export_name">];
|
| H A D | AttrDocs.td | 6768 Clang supports the ``__attribute__((export_name(<name>)))``
|