Home
last modified time | relevance | path

Searched refs:__dso_handle (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/ia64/
Dcrtbegin.asm51 .global __dso_handle
52 .type __dso_handle,@object
53 .size __dso_handle,8
56 __dso_handle: label
57 data8 __dso_handle
61 __dso_handle: label
64 .hidden __dso_handle
154 addl out0 = @ltoff(__dso_handle), gp
/freebsd-9-stable/contrib/gcc/
Dcrtstuff.c229 extern void *__dso_handle __attribute__ ((__section__ (TARGET_LIBGCC_SDATA_SECTION)));
232 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
235 void *__dso_handle = &__dso_handle; variable
237 void *__dso_handle = 0; variable
277 __cxa_finalize (__dso_handle); in __do_global_dtors_aux()
DChangeLog-20007780 * config/ia64/crtbegin.asm (__dso_handle): Delete use of
18606 * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
20406 * config/alpha/crtbegin.asm: Likewise. Mark __dso_handle hidden.
23254 Emit additional .hidden pseudo-op for __dso_handle if the
28284 (__dso_handle): New variable.
DChangeLog-20065823 * crtstuff.c (__dso_handle): Set section from
7770 * config/darwin-crt3.c (atexit): Pass &__dso_handle rather than
DChangeLog-1999545 * crtstuff.c (__dso_handle): Declare.
547 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
DChangeLog-200230056 * crtstuff.c (__dso_handle): Use visibility attribute.
/freebsd-9-stable/contrib/gcc/config/
Ddarwin-crt3.c526 extern void __dso_handle;
534 return atexit_common (&r, &__dso_handle); in atexit()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp56 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
601 return (void*)&__dso_handle; in getOrEmitGlobalVariable()