Searched refs:__dso_handle (Results 1 – 8 of 8) sorted by relevance
51 .global __dso_handle52 .type __dso_handle,@object53 .size __dso_handle,856 __dso_handle: label57 data8 __dso_handle61 __dso_handle: label64 .hidden __dso_handle154 addl out0 = @ltoff(__dso_handle), gp
229 extern void *__dso_handle __attribute__ ((__section__ (TARGET_LIBGCC_SDATA_SECTION)));232 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));235 void *__dso_handle = &__dso_handle; variable237 void *__dso_handle = 0; variable277 __cxa_finalize (__dso_handle); in __do_global_dtors_aux()
7780 * config/ia64/crtbegin.asm (__dso_handle): Delete use of18606 * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the20406 * config/alpha/crtbegin.asm: Likewise. Mark __dso_handle hidden.23254 Emit additional .hidden pseudo-op for __dso_handle if the28284 (__dso_handle): New variable.
5823 * crtstuff.c (__dso_handle): Set section from7770 * config/darwin-crt3.c (atexit): Pass &__dso_handle rather than
545 * crtstuff.c (__dso_handle): Declare.547 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
30056 * crtstuff.c (__dso_handle): Use visibility attribute.
526 extern void __dso_handle;534 return atexit_common (&r, &__dso_handle); in atexit()
56 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));601 return (void*)&__dso_handle; in getOrEmitGlobalVariable()