HomeSort by: relevance | last modified time | path
    Searched defs:__dso_handle (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
crtcxa.c 0 /* __dso_handle initialization for AIX.
27 void *__dso_handle = &__dso_handle; variable
29 void *__dso_handle = 0; variable
40 __cxa_finalize (__dso_handle);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
crtcxa.c 0 /* __dso_handle initialization for AIX.
27 void *__dso_handle = &__dso_handle; variable
29 void *__dso_handle = 0; variable
40 __cxa_finalize (__dso_handle);
  /src/lib/csu/arch/vax/
crtbegin.S 55 .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
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtbegin.S 44 .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
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtbegin.S 44 .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
  /src/lib/csu/arch/x86_64/
crtbegin.S 55 .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
  /src/lib/csu/arch/i386/
crtbegin.S 55 .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
  /src/lib/csu/arch/sh3/
crtbegin.S 55 .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)
  /src/lib/csu/common/
crtbegin.c 51 __dso_hidden void *__dso_handle = &__dso_handle; variable
56 __dso_hidden void *__dso_handle; variable
121 (*cxa_finalize)(__dso_handle);
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
cygming-crtbegin.c 93 /* Declare the __dso_handle variable. It should have a unique value
101 void *__dso_handle = &__ImageBase; variable
103 void *__dso_handle = 0; variable
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 160 /* 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
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
cygming-crtbegin.c 93 /* Declare the __dso_handle variable. It should have a unique value
101 void *__dso_handle = &__ImageBase; variable
103 void *__dso_handle = 0; variable
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 160 /* 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
  /src/external/gpl3/gcc/dist/libgcc/config/
vxcrtstuff.c 67 /* Provide __dso_handle in RTP objects, which might be included in contexts
73 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
75 void *__dso_handle = &__dso_handle; variable
77 void *__dso_handle = 0; variable
  /src/external/gpl3/gcc.old/dist/libgcc/config/
vxcrtstuff.c 65 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
67 void *__dso_handle = &__dso_handle; variable
69 void *__dso_handle = 0; variable
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 330 /* Declare the __dso_handle variable. It should have a unique value
335 If __cxa_atexit is not being used, __dso_handle will not be used and
339 extern void *__dso_handle __attribute__ ((__section__ (TARGET_LIBGCC_SDATA_SECTION)));
342 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
345 void *__dso_handle = &__dso_handle; variable
347 void *__dso_handle = 0; variable
389 __cxa_finalize (__dso_handle);
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 329 /* 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);

Completed in 36 milliseconds