Searched refs:dso_handle (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Datexit_arm.cc33 void *dso_handle) throw ()
35 return abi::__cxa_atexit(destructor, object, dso_handle);
31 __aeabi_atexit(void *object, void (*destructor) (void *), void *dso_handle) argument
H A Datexit_thread.cc43 void *obj, void *dso_handle)
46 return __cxa_thread_atexit_impl (dtor, obj, dso_handle);
119 __cxxabiv1::__cxa_thread_atexit (void (*dtor)(void *), void *obj, void */*dso_handle*/)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Datexit_arm.cc33 void *dso_handle) throw ()
35 return abi::__cxa_atexit(destructor, object, dso_handle);
31 __aeabi_atexit(void *object, void (*destructor) (void *), void *dso_handle) argument
H A Datexit_thread.cc48 void *obj, void *dso_handle)
51 return __cxa_thread_atexit_impl (dtor, obj, dso_handle);
125 void *obj, void */*dso_handle*/)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-result.h32 result(logger *logger, void *dso_handle, tempdir *tempdir_);
H A Djit-result.c36 result(logger *logger, void *dso_handle, tempdir *tempdir_) : argument
38 m_dso_handle (dso_handle),
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-result.h42 result(logger *logger, handle dso_handle, tempdir *tempdir_);
H A Djit-result.cc40 result(logger *logger, handle dso_handle, tempdir *tempdir_) : argument
42 m_dso_handle (dso_handle),
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dexit.h61 void *dso_handle; member in struct:exit_function::__anon1237::__anon1239
H A Dcxa_finalize.c57 if ((d == NULL || d == f->func.cxa.dso_handle)
H A Dcxa_atexit.c51 new->func.cxa.dso_handle = d;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dexit.h61 void *dso_handle; member in struct:exit_function::__anon1501::__anon1503
H A Dcxa_finalize.c57 if ((d == NULL || d == f->func.cxa.dso_handle)
H A Dcxa_atexit.c51 new->func.cxa.dso_handle = d;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc572 void *dso_handle) {
574 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle);
577 int res = REAL(__cxa_atexit)(func, arg, dso_handle);
571 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc584 void *dso_handle) {
586 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle);
589 int res = REAL(__cxa_atexit)(func, arg, dso_handle);
583 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp564 void *dso_handle) {
566 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle);
572 int res = REAL(__cxa_atexit)(func, arg, dso_handle);
563 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc353 void *dso_handle) {
355 return REAL(__cxa_atexit)(func, arg, dso_handle);
352 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp369 void *dso_handle) {
371 return REAL(__cxa_atexit)(func, arg, dso_handle);
368 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c109 void *dso_handle; /* Opaque handle as returned from dlopen(). */ member in struct:dso_data
832 dlclose(data->dso_handle);
903 ret->dso_handle = dl;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1130 void *dso_handle) {
1131 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle);
1132 return setup_at_exit_wrapper((void(*)())func, arg, dso_handle);
1129 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, void *dso_handle) argument

Completed in 314 milliseconds