| 1 | /* __dso_handle is always defined by either crtbegin.o from GCC or our |
|---|---|
| 2 | dso_handle.c. */ |
| 3 | extern void *__dso_handle __attribute__ ((__visibility__ ("hidden"))); |
| 4 |
| 1 | /* __dso_handle is always defined by either crtbegin.o from GCC or our |
|---|---|
| 2 | dso_handle.c. */ |
| 3 | extern void *__dso_handle __attribute__ ((__visibility__ ("hidden"))); |
| 4 |