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

/freebsd-10.1-release/contrib/gcc/config/ia64/
H A 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
144 __cxa_finalize(__dso_handle)
154 addl out0 = @ltoff(__dso_handle), gp
/freebsd-10.1-release/contrib/gcc/
H A Dcrtstuff.c222 /* Declare the __dso_handle variable. It should have a unique value
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; variable
237 void *__dso_handle = 0; variable
277 __cxa_finalize (__dso_handle);
/freebsd-10.1-release/contrib/gcc/config/
H A Ddarwin-crt3.c524 /* Use __dso_handle to allow even bundles that call atexit() to be unloaded
526 extern void __dso_handle;
534 return atexit_common (&r, &__dso_handle);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp41 // of atexit). It passes the address of linker generated symbol __dso_handle
56 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
600 if (GV->getName() == "__dso_handle")
601 return (void*)&__dso_handle;

Completed in 184 milliseconds