Home
last modified time | relevance | path

Searched defs:__dso_handle (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/csu/common/
H A Dcrtbegin.c33 void *__dso_handle = 0; variable
35 void *__dso_handle = &__dso_handle; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c11 __attribute__((visibility("hidden"))) void *__dso_handle = &__dso_handle; variable