Searched refs:dso (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/llvm/cxa_finalize/
H A Dcxa_finalize.h39 __cxa_atexit(void (*destructor)(void*), void* arg, void* dso);
42 __cxa_finalize(void* dso);
H A Dcxa_finalize.c53 void* dso; member in struct:__cxxabi_atexit
199 int __cxa_atexit(void (*destructor)(void*), void* arg, void* dso) { argument
204 /* get dso_type from dso object itself */
207 /* get dso scope from dso object */
211 cxa.dso = dso;
216 int __cxa_finalize(void* dso) { argument
231 if (dso == NULL) {
257 if (__p->dso
[all...]
/solaris-userland/components/openssl/openssl-default/
H A Dllib-lcrypto46 #include <openssl/dso.h>
H A DMakefile156 $(BUILD_DIR_WANBOOT)/.configured: CONFIGURE_OPTIONS += no-dso
267 crypto/dsa/dsa_vrf.o crypto/dso/dso_lib.o crypto/dso/dso_null.o \
268 crypto/dso/dso_openssl.o crypto/engine/eng_ctrl.o crypto/engine/eng_err.o \
/solaris-userland/components/openssl/openssl-fips-140/
H A Dllib-lcrypto42 #include <openssl/dso.h>
/solaris-userland/components/proftpd/
H A DMakefile90 CONFIGURE_OPTIONS += --enable-dso
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c78 #include <openssl/dso.h>
H A De_pk11_pub.c78 #include <openssl/dso.h>

Completed in 3861 milliseconds