Searched refs:__dso_handle (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dcrtcxa.c0 /* __dso_handle initialization for AIX.
27 void *__dso_handle = &__dso_handle; variable
29 void *__dso_handle = 0; variable
40 __cxa_finalize (__dso_handle);
H A Datexit.c32 extern void *__dso_handle __attribute__ ((__weak__));
43 &__dso_handle == NULL ? NULL : __dso_handle);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dcrtcxa.c0 /* __dso_handle initialization for AIX.
27 void *__dso_handle = &__dso_handle; variable
29 void *__dso_handle = 0; variable
40 __cxa_finalize (__dso_handle);
H A Datexit.c32 extern void *__dso_handle __attribute__ ((__weak__));
43 &__dso_handle == NULL ? NULL : __dso_handle);
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dcxa_finalize.c27 extern void *__dso_handle;
31 __cxa_finalize(&__dso_handle);
/netbsd-current/lib/csu/arch/vax/
H A Dcrtbegin.S55 .type __dso_handle, @object
56 .size __dso_handle, 4
57 .globl __dso_handle
58 .hidden __dso_handle
59 __dso_handle: label
61 .long __dso_handle
93 * __cxa_finalize(&__dso_handle);
97 pushal __dso_handle
/netbsd-current/lib/csu/common/
H A Dcrtbegin.c51 __dso_hidden void *__dso_handle = &__dso_handle; variable
56 __dso_hidden void *__dso_handle; variable
121 (*cxa_finalize)(__dso_handle);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dvxcrtstuff.c65 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
67 void *__dso_handle = &__dso_handle; variable
69 void *__dso_handle = 0; variable
H A Ddarwin-crt3.c515 /* Use __dso_handle to allow even bundles that call atexit() to be unloaded
517 extern void __dso_handle;
525 return atexit_common (&r, &__dso_handle);
/netbsd-current/lib/csu/arch/x86_64/
H A Dcrtbegin.S55 .type __dso_handle, @object
56 .size __dso_handle, 8
57 .globl __dso_handle
58 .hidden __dso_handle
59 __dso_handle: label
61 .quad __dso_handle
92 movq __dso_handle(%rip), %rdi
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtbegin.S44 .global __dso_handle
45 .type __dso_handle,@object
46 .size __dso_handle,8
49 __dso_handle: label
50 data8 __dso_handle
54 __dso_handle: label
57 .hidden __dso_handle
118 __cxa_finalize(__dso_handle)
128 addl out0 = @ltoff(__dso_handle), gp
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtbegin.S44 .global __dso_handle
45 .type __dso_handle,@object
46 .size __dso_handle,8
49 __dso_handle: label
50 data8 __dso_handle
54 __dso_handle: label
57 .hidden __dso_handle
118 __cxa_finalize(__dso_handle)
128 addl out0 = @ltoff(__dso_handle), gp
/netbsd-current/lib/csu/arch/i386/
H A Dcrtbegin.S55 .type __dso_handle, @object
56 .size __dso_handle, 4
57 .globl __dso_handle
58 .hidden __dso_handle
59 __dso_handle: label
61 .long __dso_handle
98 movl __dso_handle@GOTOFF(%ebx), %eax
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcygming-crtbegin.c93 /* Declare the __dso_handle variable. It should have a unique value
101 void *__dso_handle = &__ImageBase; variable
103 void *__dso_handle = 0; variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcygming-crtbegin.c93 /* Declare the __dso_handle variable. It should have a unique value
101 void *__dso_handle = &__ImageBase; variable
103 void *__dso_handle = 0; variable
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dinitfini.c160 /* Define __dso_handle which would be needed for C++ library.
162 we can directly define 'void *__dso_handle = 0'. */
163 void *__dso_handle = 0; variable
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-srec/
H A Dsr3.cc120 void *__dso_handle; variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dinitfini.c160 /* Define __dso_handle which would be needed for C++ library.
162 we can directly define 'void *__dso_handle = 0'. */
163 void *__dso_handle = 0; variable
/netbsd-current/lib/csu/arch/sh3/
H A Dcrtbegin.S55 .globl __dso_handle
56 .hidden __dso_handle
57 .type __dso_handle, @object
58 .size __dso_handle, 4
59 __dso_handle: label
61 .long __dso_handle
265 !! __cxa_finalize(&__dso_handle);
338 .long VAR_DATUM(__dso_handle)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c329 /* Declare the __dso_handle variable. It should have a unique value
334 If __cxa_atexit is not being used, __dso_handle will not be used and
338 extern void *__dso_handle __attribute__ ((__section__ (TARGET_LIBGCC_SDATA_SECTION)));
341 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
344 void *__dso_handle = &__dso_handle; variable
346 void *__dso_handle = 0; variable
388 __cxa_finalize (__dso_handle);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c329 /* Declare the __dso_handle variable. It should have a unique value
334 If __cxa_atexit is not being used, __dso_handle will not be used and
338 extern void *__dso_handle __attribute__ ((__section__ (TARGET_LIBGCC_SDATA_SECTION)));
341 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
344 void *__dso_handle = &__dso_handle; variable
346 void *__dso_handle = 0; variable
388 __cxa_finalize (__dso_handle);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c515 /* Use __dso_handle to allow even bundles that call atexit() to be unloaded
517 extern void __dso_handle;
525 return atexit_common (&r, &__dso_handle);

Completed in 171 milliseconds