Home
last modified time | relevance | path

Searched refs:attribute_hidden (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/glibc-2.36/sysdeps/generic/
Dldsodefs.h268 attribute_hidden;
272 attribute_hidden;
275 uint64_t _dl_strtoul (const char *, char **) attribute_hidden;
723 int _dl_make_stacks_executable (void **stack_endp) attribute_hidden;
745 extern int _dl_argc attribute_hidden attribute_relro;
756 extern void *_dl_random attribute_hidden attribute_relro;
762 __attribute__ ((__format__ (__printf__, 1, 2))) attribute_hidden;
768 __attribute__ ((__format__ (__printf__, 1, 2))) attribute_hidden;
775 attribute_hidden;
781 attribute_hidden;
[all …]
Ddl-unistd.h20 extern __typeof (__access) __access attribute_hidden;
21 extern __typeof (__brk) __brk attribute_hidden;
22 extern __typeof (__close) __close attribute_hidden;
23 extern __typeof (__getcwd) __getcwd attribute_hidden;
24 extern __typeof (__getpid) __getpid attribute_hidden;
25 extern __typeof (__libc_read) __libc_read attribute_hidden;
26 extern __typeof (__libc_write) __libc_write attribute_hidden;
27 extern __typeof (__lseek) __lseek attribute_hidden;
28 extern __typeof (__profil) __profil attribute_hidden;
29 extern __typeof (__read) __read attribute_hidden;
[all …]
Daio_misc.h90 extern pthread_mutex_t __aio_requests_mutex attribute_hidden;
96 attribute_hidden;
99 extern struct requestlist *__aio_find_req (aiocb_union *elem) attribute_hidden;
102 extern struct requestlist *__aio_find_req_fd (int fildes) attribute_hidden;
107 attribute_hidden;
110 extern void __aio_free_request (struct requestlist *req) attribute_hidden;
113 extern void __aio_notify (struct requestlist *req) attribute_hidden;
116 extern int __aio_notify_only (struct sigevent *sigev) attribute_hidden;
120 attribute_hidden;
/glibc-2.36/include/
Dgmp.h15 double value) attribute_hidden;
20 attribute_hidden;
26 attribute_hidden;
30 attribute_hidden;
33 int negative) attribute_hidden;
37 attribute_hidden;
41 int sign) attribute_hidden;
44 extern __typeof (mpn_add_1) mpn_add_1 attribute_hidden;
45 extern __typeof (mpn_addmul_1) mpn_addmul_1 attribute_hidden;
46 extern __typeof (mpn_add_n) mpn_add_n attribute_hidden;
[all …]
Dunistd.h74 extern int __pipe2 (int __pipedes[2], int __flags) attribute_hidden;
75 extern unsigned int __sleep (unsigned int __seconds) attribute_hidden;
83 extern int __chdir (const char *__path) attribute_hidden;
84 extern int __fchdir (int __fd) attribute_hidden;
87 extern int __rmdir (const char *__path) attribute_hidden;
89 char *const envp[]) attribute_hidden;
91 char *const envp[]) attribute_hidden;
101 size_t __size) attribute_hidden;
110 char *const __envp[]) attribute_hidden;
112 char *const __envp[], int flags) attribute_hidden;
[all …]
Ddirent.h18 extern DIR *__opendir (const char *__name) attribute_hidden;
19 extern DIR *__opendirat (int dfd, const char *__name) attribute_hidden;
20 extern DIR *__fdopendir (int __fd) attribute_hidden;
21 extern int __closedir (DIR *__dirp) attribute_hidden;
22 extern struct dirent *__readdir (DIR *__dirp) attribute_hidden;
23 extern struct dirent *__readdir_unlocked (DIR *__dirp) attribute_hidden;
42 attribute_hidden;
53 __nonnull (4) attribute_hidden;
59 extern void __scandir_cancel_handler (void *arg) attribute_hidden;
65 attribute_hidden;
[all …]
Dspawn.h9 __posix_spawn_file_actions_addclose attribute_hidden;
12 __posix_spawn_file_actions_adddup2 attribute_hidden; variable
15 __posix_spawn_file_actions_addopen attribute_hidden; variable
18 __posix_spawn_file_actions_destroy attribute_hidden; variable
21 attribute_hidden; variable
24 attribute_hidden; variable
27 attribute_hidden; variable
30 attribute_hidden; variable
33 attribute_hidden; variable
36 attribute_hidden; variable
Dstdlib.h50 extern long int __random (void) attribute_hidden;
56 attribute_hidden;
58 attribute_hidden;
61 attribute_hidden;
63 attribute_hidden;
67 attribute_hidden;
70 long int *__result) attribute_hidden;
73 long int *__result) attribute_hidden;
75 struct drand48_data *__buffer) attribute_hidden;
77 struct drand48_data *__buffer) attribute_hidden;
[all …]
Ddlfcn.h23 extern int __libc_argc attribute_hidden;
24 extern char **__libc_argv attribute_hidden;
53 attribute_hidden;
55 attribute_hidden;
57 attribute_hidden;
59 attribute_hidden;
65 attribute_hidden;
71 extern void _dl_close (void *map) attribute_hidden;
75 attribute_hidden;
81 attribute_hidden;
[all …]
Dwchar.h83 locale_t) attribute_hidden;
85 locale_t) attribute_hidden;
87 int, locale_t) attribute_hidden;
89 int, locale_t) attribute_hidden;
93 attribute_hidden;
96 attribute_hidden;
100 attribute_hidden;
110 locale_t) attribute_hidden;
166 extern wint_t __btowc (int __c) attribute_hidden;
174 __mbstate_t *__restrict __ps) attribute_hidden;
[all …]
Dstring.h125 __THROW __nonnull ((1)) attribute_hidden;
156 extern __typeof (__stpcpy) __stpcpy attribute_hidden;
157 extern __typeof (__strdup) __strdup attribute_hidden;
158 extern __typeof (__strerror_r) __strerror_r attribute_hidden;
159 extern __typeof (__strsep_g) __strsep_g attribute_hidden;
161 extern __typeof (memchr) memchr attribute_hidden;
162 extern __typeof (memcmp) memcmp attribute_hidden;
163 extern __typeof (memcpy) memcpy attribute_hidden;
164 extern __typeof (memmove) memmove attribute_hidden;
165 extern __typeof (memset) memset attribute_hidden;
[all …]
Dstdio.h41 extern int __fcloseall (void) attribute_hidden;
56 FILE *__stream) attribute_hidden;
137 int __try_tempdir) attribute_hidden;
140 int __kind) attribute_hidden;
157 const char *__fnt, ...) attribute_hidden;
162 extern void __flockfile (FILE *__stream) attribute_hidden;
165 extern void __funlockfile (FILE *__stream) attribute_hidden;
171 extern int __getc_unlocked (FILE *__fp) attribute_hidden;
175 __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden;
177 __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden;
[all …]
/glibc-2.36/nscd/
Dnscd_proto.h33 extern int __nss_not_use_nscd_passwd attribute_hidden;
34 extern int __nss_not_use_nscd_group attribute_hidden;
35 extern int __nss_not_use_nscd_hosts attribute_hidden;
36 extern int __nss_not_use_nscd_services attribute_hidden;
37 extern int __nss_not_use_nscd_netgroup attribute_hidden;
41 struct passwd **result) attribute_hidden;
44 struct passwd **result) attribute_hidden;
47 struct group **result) attribute_hidden;
50 struct group **result) attribute_hidden;
55 attribute_hidden;
[all …]
/glibc-2.36/locale/
Dlocaleinfo.h213 } _nl_category_names attribute_hidden; variable
214 extern const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
215 extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
226 extern const char _nl_C_name[] attribute_hidden;
227 extern const char _nl_POSIX_name[] attribute_hidden;
230 extern const char _nl_C_codeset[] attribute_hidden;
235 extern struct __locale_struct _nl_global_locale attribute_hidden;
266 attribute_hidden attribute_tls_model_ie; in __libc_tsd_define()
291 attribute_hidden = &_nl_global_locale.__locales[category]; \
350 extern const char _nl_default_locale_path[] attribute_hidden;
[all …]
DC-ctype.c34 alignas (uint16_t) const char _nl_C_LC_CTYPE_class[768] attribute_hidden =
100 alignas (uint32_t) const char _nl_C_LC_CTYPE_class32[1024] attribute_hidden =
188 const uint32_t _nl_C_LC_CTYPE_toupper[384] attribute_hidden =
239 const uint32_t _nl_C_LC_CTYPE_tolower[384] attribute_hidden =
301 const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_upper attribute_hidden =
314 const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_lower attribute_hidden =
327 const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_alpha attribute_hidden =
340 const STRUCT_CTYPE_CLASS(1, 0) _nl_C_LC_CTYPE_class_digit attribute_hidden =
353 const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_xdigit attribute_hidden =
366 const STRUCT_CTYPE_CLASS(1, 0) _nl_C_LC_CTYPE_class_space attribute_hidden =
[all …]
/glibc-2.36/ctype/
Dctype-info.c44 extern const char _nl_C_LC_CTYPE_class[] attribute_hidden;
45 extern const char _nl_C_LC_CTYPE_class32[] attribute_hidden;
46 extern const char _nl_C_LC_CTYPE_toupper[] attribute_hidden;
47 extern const char _nl_C_LC_CTYPE_tolower[] attribute_hidden;
48 extern const char _nl_C_LC_CTYPE_class_upper[] attribute_hidden;
49 extern const char _nl_C_LC_CTYPE_class_lower[] attribute_hidden;
50 extern const char _nl_C_LC_CTYPE_class_alpha[] attribute_hidden;
51 extern const char _nl_C_LC_CTYPE_class_digit[] attribute_hidden;
52 extern const char _nl_C_LC_CTYPE_class_xdigit[] attribute_hidden;
53 extern const char _nl_C_LC_CTYPE_class_space[] attribute_hidden;
[all …]
/glibc-2.36/iconv/
Dgconv_int.h102 extern void *__gconv_alias_db attribute_hidden;
105 extern struct gconv_module *__gconv_modules_db attribute_hidden;
108 extern const char *__gconv_path_envvar attribute_hidden;
111 __libc_lock_define (extern, __gconv_lock attribute_hidden)
177 attribute_hidden;
186 attribute_hidden;
193 attribute_hidden;
199 attribute_hidden;
206 attribute_hidden;
210 attribute_hidden;
[all …]
/glibc-2.36/nis/
Dnis_xdr.h23 extern bool_t _xdr_nis_attr (XDR *, nis_attr*) attribute_hidden;
24 extern bool_t _xdr_nis_name (XDR *, nis_name*) attribute_hidden;
25 extern bool_t _xdr_nis_server (XDR *, nis_server*) attribute_hidden;
26 extern bool_t _xdr_directory_obj (XDR *, directory_obj*) attribute_hidden;
27 extern bool_t _xdr_nis_object (XDR *, nis_object*) attribute_hidden;
28 extern bool_t _xdr_nis_error (XDR *, nis_error*) attribute_hidden;
29 extern bool_t _xdr_ns_request (XDR *, ns_request*) attribute_hidden;
30 extern bool_t _xdr_ping_args (XDR *, ping_args*) attribute_hidden;
31 extern bool_t _xdr_cp_result (XDR *, cp_result*) attribute_hidden;
32 extern bool_t _xdr_nis_tag (XDR *, nis_tag*) attribute_hidden;
[all …]
/glibc-2.36/sysdeps/x86_64/multiarch/
Difunc-memmove.h22 extern __typeof (REDIRECT_NAME) OPTIMIZE (erms) attribute_hidden;
25 attribute_hidden;
27 attribute_hidden;
29 attribute_hidden;
32 attribute_hidden;
34 attribute_hidden;
36 extern __typeof (REDIRECT_NAME) OPTIMIZE (avx_unaligned) attribute_hidden;
38 attribute_hidden;
40 attribute_hidden;
42 attribute_hidden;
[all …]
Difunc-memset.h22 extern __typeof (REDIRECT_NAME) OPTIMIZE (erms) attribute_hidden;
25 attribute_hidden;
27 attribute_hidden;
29 attribute_hidden;
32 attribute_hidden;
34 attribute_hidden;
36 extern __typeof (REDIRECT_NAME) OPTIMIZE (avx2_unaligned) attribute_hidden;
38 attribute_hidden;
40 attribute_hidden;
42 attribute_hidden;
[all …]
/glibc-2.36/login/
Dutmp-private.h27 int __libc_setutent (void) attribute_hidden;
28 int __libc_getutent_r (struct utmp *, struct utmp **) attribute_hidden;
30 attribute_hidden;
32 attribute_hidden;
33 struct utmp *__libc_pututline (const struct utmp *) attribute_hidden;
34 void __libc_endutent (void) attribute_hidden;
35 int __libc_updwtmp (const char *, const struct utmp *) attribute_hidden;
38 extern const char *__libc_utmp_file_name attribute_hidden;
41 __libc_lock_define (extern, __libc_utmp_lock attribute_hidden)
/glibc-2.36/include/sys/
Dsocket.h19 int __fds[2]) attribute_hidden;
23 extern int __opensock (void) attribute_hidden;
28 socklen_t *__len) attribute_hidden;
78 socklen_t __addr_len) attribute_hidden;
86 socklen_t *__restrict __addr_len) attribute_hidden;
93 int __flags) attribute_hidden;
104 int __flags) attribute_hidden;
135 socklen_t *__restrict __optlen) attribute_hidden;
139 socklen_t *__restrict __len) attribute_hidden;
143 socklen_t __len) attribute_hidden;
[all …]
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_config.h97 attribute_hidden double __math_oflow (uint32_t);
99 attribute_hidden double __math_uflow (uint32_t);
101 attribute_hidden double __math_may_uflow (uint32_t);
103 attribute_hidden double __math_divzero (uint32_t);
108 attribute_hidden double __math_invalid (double);
113 attribute_hidden double __math_check_oflow (double);
115 attribute_hidden double __math_check_uflow (double);
144 } __exp_data attribute_hidden; variable
160 } __log_data attribute_hidden; variable
176 } __log2_data attribute_hidden; variable
[all …]
/glibc-2.36/sysdeps/x86/
Dcacheinfo.h33 long int __x86_data_cache_size_half attribute_hidden = 32 * 1024 / 2; variable
34 long int __x86_data_cache_size attribute_hidden = 32 * 1024; variable
37 long int __x86_shared_cache_size_half attribute_hidden = 1024 * 1024 / 2; variable
38 long int __x86_shared_cache_size attribute_hidden = 1024 * 1024; variable
41 long int __x86_shared_non_temporal_threshold attribute_hidden; variable
44 long int __x86_rep_movsb_threshold attribute_hidden = 2048; variable
47 long int __x86_rep_stosb_threshold attribute_hidden = 2048; variable
50 long int __x86_rep_movsb_stop_threshold attribute_hidden; variable
55 int __x86_string_control attribute_hidden; variable
/glibc-2.36/intl/
DgettextP.h53 attribute_hidden;
57 int __category) attribute_hidden;
63 extern void _nl_finddomain_subfreeres (void) attribute_hidden;
65 attribute_hidden;
93 #ifndef attribute_hidden
94 # define attribute_hidden macro
256 attribute_hidden;
259 attribute_hidden;
266 attribute_hidden;
271 attribute_hidden;
[all …]

12345678910>>...33