| /src/lib/libpanel/ |
| _deck.c | 33 struct deck _deck __dso_hidden = TAILQ_HEAD_INITIALIZER(_deck); variable in typeref:struct:_deck 34 PANEL _stdscr_panel __dso_hidden; variable
|
| panel_impl.h | 52 extern struct deck _deck __dso_hidden; 55 extern PANEL _stdscr_panel __dso_hidden;
|
| /src/lib/libc/include/ |
| atexit.h | 40 extern __dso_hidden bool __cxa_thread_atexit_used;
|
| extern.h | 47 __dso_hidden int _strerror_lr(int, char *, size_t, locale_t);
|
| /src/lib/csu/common/ |
| crtbegin.c | 36 __dso_hidden const fptr_t __JCR_LIST__[0] __section(".jcr"); 42 extern __dso_hidden const fptr_t __CTOR_LIST__start __asm("__CTOR_LIST__"); 44 __dso_hidden const fptr_t __aligned(sizeof(void *)) __CTOR_LIST__[] __section(".ctors") = { 47 __dso_hidden extern const fptr_t __CTOR_LIST_END__[]; 51 __dso_hidden void *__dso_handle = &__dso_handle; 56 __dso_hidden void *__dso_handle; 60 __dso_hidden const long __EH_FRAME_LIST__[0] __section(".eh_frame"); 99 extern __dso_hidden const fptr_t __DTOR_LIST__start __asm("__DTOR_LIST__"); 101 __dso_hidden const fptr_t __aligned(sizeof(void *)) __DTOR_LIST__[] __section(".dtors") = { 104 __dso_hidden extern const fptr_t __DTOR_LIST_END__[] [all...] |
| crt0-common.c | 83 __dead __dso_hidden void ___start(void (*)(void), struct ps_strings *); 100 extern const fptr_t __preinit_array_start[] __dso_hidden; 101 extern const fptr_t __preinit_array_end[] __dso_hidden __weak; 102 extern const fptr_t __init_array_start[] __dso_hidden; 103 extern const fptr_t __init_array_end[] __dso_hidden __weak; 104 extern const fptr_t __fini_array_start[] __dso_hidden; 105 extern const fptr_t __fini_array_end[] __dso_hidden __weak; 148 extern const Elf_Rela __rela_iplt_start[] __dso_hidden __weak; 149 extern const Elf_Rela __rela_iplt_end[] __dso_hidden __weak; 179 extern const Elf_Rel __rel_iplt_start[] __dso_hidden __weak [all...] |
| /src/lib/libpthread/compat/ |
| pthread.h | 10 __dso_hidden;
|
| /src/lib/csu/arch/earm/ |
| crtbegin.h | 42 extern __dso_hidden const char __exidx_start[]; 43 extern __dso_hidden const char __exidx_end[];
|
| /src/common/lib/libc/arch/arm/atomic/ |
| atomic_simplelock.c | 52 __dso_hidden void __cpu_simple_lock(__cpu_simple_lock_t *); 53 __dso_hidden int __cpu_simple_lock_try(__cpu_simple_lock_t *);
|
| /src/sys/compat/sys/ |
| stat.h | 184 int __compat_stat(const char *, struct stat12 *) __dso_hidden; 185 int __compat_fstat(int, struct stat12 *) __dso_hidden; 186 int __compat_mknod(const char *, mode_t, uint32_t) __dso_hidden; 187 int __compat___stat13(const char *, struct stat13 *) __dso_hidden; 188 int __compat___fstat13(int, struct stat13 *) __dso_hidden; 189 int __compat___stat30(const char *, struct stat30 *) __dso_hidden; 190 int __compat___fstat30(int, struct stat30 *) __dso_hidden; 195 int __compat_lstat(const char *, struct stat12 *) __dso_hidden; 196 int __compat___lstat13(const char *, struct stat13 *) __dso_hidden; 197 int __compat___lstat30(const char *, struct stat30 *) __dso_hidden; [all...] |
| mount.h | 180 int __compat_fstatfs(int, struct statfs12 *) __dso_hidden; 181 int __compat_getfsstat(struct statfs12 *, long, int) __dso_hidden; 182 int __compat_statfs(const char *, struct statfs12 *) __dso_hidden; 183 int __compat_getmntinfo(struct statfs12 **, int) __dso_hidden; 187 __dso_hidden; 190 __dso_hidden; 193 __dso_hidden; 194 int __compat___fhstat40(const void *, size_t, struct stat30 *) __dso_hidden;
|
| resource.h | 75 int __compat_getrusage(int, struct rusage50 *) __dso_hidden;
|
| time.h | 48 __dso_hidden;
|
| /src/lib/libc/arch/powerpc/misc/ |
| powerpc_initfini.c | 48 __dso_hidden struct cache_info _libc_powerpc_cache_info;
|
| /src/lib/libc/arch/arm/misc/ |
| arm_initfini.c | 51 __dso_hidden int _libc_arm_fpu_present; 53 __dso_hidden int _libc_arm_hwdiv_present;
|
| /src/lib/libc/gen/ |
| ctype_guard.h | 121 __dso_hidden bool allow_ctype_abuse(void); 127 __dso_hidden bool constructor_allow_ctype_abuse(void);
|
| fixunsgen_ieee754.c | 52 __dso_hidden UINTXX_T
|
| /src/sys/lib/libunwind/ |
| Registers.hpp | 42 __dso_hidden Registers_x86(); 73 __dso_hidden void jumpto() const __dead; 108 __dso_hidden Registers_x86_64(); 139 __dso_hidden void jumpto() const __dead; 184 __dso_hidden Registers_ppc32(); 266 __dso_hidden void jumpto() const __dead; 306 __dso_hidden Registers_aarch64(); 357 __dso_hidden void jumpto() const __dead; 398 __dso_hidden Registers_arm32(); 487 __dso_hidden void lazyVFPv2() [all...] |
| /src/lib/libc/misc/ |
| initfini.c | 52 __dso_hidden void __libc_static_tls_setup(void);
|
| /src/lib/libc/stdlib/ |
| cxa_thread_atexit.c | 38 __dso_hidden bool __cxa_thread_atexit_used;
|
| /src/lib/libc/locale/ |
| runetype_local.h | 139 extern __dso_hidden const _RuneLocale _DefaultRuneLocale;
|
| setlocale_local.h | 92 extern __dso_hidden const struct _locale_cache_t _C_cache;
|
| global_locale.c | 114 __dso_hidden const struct _locale_cache_t _C_cache = {
|
| /src/lib/libc/tls/ |
| tls.c | 57 __dso_hidden void __libc_static_tls_setup(void);
|
| /src/sys/sys/ |
| cdefs_elf.h | 208 extern ptype * const __link_set_start(set)[] __dso_hidden; \ 210 extern ptype * const __link_set_end(set)[] __weak __dso_hidden
|