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

/freebsd-13-stable/lib/csu/common/
H A Dcrtbegin.c33 extern void *__dso_handle __hidden;
36 void *__dso_handle = 0; variable
38 void *__dso_handle = &__dso_handle; variable
54 __cxa_finalize(__dso_handle);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/crt/
H A Dcrtbegin.c11 __attribute__((visibility("hidden"))) void *__dso_handle = &__dso_handle; variable
85 __cxa_finalize(__dso_handle);
/freebsd-13-stable/lib/csu/tests/
H A Dfini_test.c137 extern void *__dso_handle;
142 void *dso = __dso_handle;
146 "Null __dso_handle in DSO/PIE");
149 "Invalid __dso_handle in non-DSO");

Completed in 65 milliseconds