Searched refs:__hidden (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_cpp.c40 void __aeabi_unwind_cpp_pr0(void) __hidden;
41 void __aeabi_unwind_cpp_pr1(void) __hidden;
42 void __aeabi_unwind_cpp_pr2(void) __hidden;
/freebsd-11-stable/lib/libc/include/
H A Derrlst.h36 extern const char *const __hidden_sys_errlist[] __hidden;
37 extern const int __hidden_sys_nerr __hidden;
H A Dlibc_private.h89 extern struct _spinlock __stdio_thread_lock __hidden;
192 extern interpos_func_t __libc_interposing[] __hidden;
282 void *dso_symbol) __hidden;
296 extern void (*__cleanup)(void) __hidden;
386 struct sigaction *) __hidden;
388 __hidden;
389 int __libc_sigsuspend(const __sigset_t *) __hidden;
396 int __sys_futimens(int fd, const struct timespec *times) __hidden;
398 const struct timespec *times, int flag) __hidden;
/freebsd-11-stable/lib/libssp_nonshared/
H A Dlibssp_nonshared.c12 void __hidden
/freebsd-11-stable/lib/libc/locale/
H A Dmblocal.h68 int _none_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
69 int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
70 int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
71 int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
72 int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
73 int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
74 int _GB18030_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
75 int _GB2312_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
76 int _GBK_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
77 int _BIG5_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_private.h73 extern struct pthread *_thr_initial __hidden;
718 extern char *_usrstack __hidden;
729 extern pthreadlist _thread_gc_list __hidden;
732 extern atfork_head _thr_atfork_list __hidden;
733 extern struct urwlock _thr_atfork_lock __hidden;
736 extern struct pthread_attr _pthread_attr_default __hidden;
739 extern struct pthread_mutex_attr _pthread_mutexattr_default __hidden;
740 extern struct pthread_mutex_attr _pthread_mutexattr_adaptive_default __hidden;
743 extern struct pthread_cond_attr _pthread_condattr_default __hidden;
745 extern struct pthread_prio _thr_priorities[] __hidden;
844 void _pthread_exit_mask(void *status, sigset_t *mask) __dead2 __hidden; variable
[all...]
H A Dthr_umtx.h42 int _umtx_op_err(void *, int op, u_long, void *, void *) __hidden;
43 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;
44 int __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) __hidden;
46 const struct timespec *timeout) __hidden;
47 int __thr_umutex_unlock(struct umutex *mtx) __hidden;
48 int __thr_umutex_trylock(struct umutex *mtx) __hidden;
50 uint32_t *oldceiling) __hidden;
52 void _thr_umutex_init(struct umutex *mtx) __hidden;
53 void _thr_urwlock_init(struct urwlock *rwl) __hidden;
56 const struct timespec *timeout) __hidden;
[all...]
/freebsd-11-stable/lib/csu/common/
H A Dignore_init.c35 extern void (*__preinit_array_start[])(int, char **, char **) __hidden;
36 extern void (*__preinit_array_end[])(int, char **, char **) __hidden;
37 extern void (*__init_array_start[])(int, char **, char **) __hidden;
38 extern void (*__init_array_end[])(int, char **, char **) __hidden;
39 extern void (*__fini_array_start[])(void) __hidden;
40 extern void (*__fini_array_end[])(void) __hidden;
41 extern void _fini(void) __hidden;
42 extern void _init(void) __hidden;
/freebsd-11-stable/lib/libc/gen/
H A Dsiginterrupt.c48 extern sigset_t _sigintr __hidden;
H A Dsignal.c44 sigset_t _sigintr __hidden; /* shared with siginterrupt */ variable
H A Dgetlogin.c53 int _logname_valid __hidden; /* known to setlogin() */ variable
/freebsd-11-stable/sys/sys/
H A Dcdefs.h475 #define __hidden __attribute__((__visibility__("hidden"))) macro
479 #define __hidden macro

Completed in 280 milliseconds