Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 151) sorted by relevance

1234567

/glibc-2.36/sysdeps/htl/
Dlibc-lockP.h145 # pragma weak __pthread_mutex_init
146 # pragma weak __pthread_mutex_destroy
147 # pragma weak __pthread_mutex_lock
148 # pragma weak __pthread_mutex_trylock
149 # pragma weak __pthread_mutex_unlock
150 # pragma weak __pthread_mutexattr_init
151 # pragma weak __pthread_mutexattr_destroy
152 # pragma weak __pthread_mutexattr_settype
153 # pragma weak __pthread_rwlock_destroy
154 # pragma weak __pthread_rwlock_rdlock
[all …]
Draise.c25 #pragma weak __pthread_kill
26 #pragma weak __pthread_self
27 #pragma weak __pthread_threads
30 #pragma weak _dl_pthread_threads
Dthrd_current.c22 #pragma weak __pthread_self
23 #pragma weak __pthread_threads
26 #pragma weak _dl_pthread_threads
/glibc-2.36/stdlib/
Dtst-makecontext-align.c33 __attribute__ ((noinline, noclone, weak))
48 __attribute__ ((noinline, noclone, weak))
56 __attribute__ ((noinline, noclone, weak))
64 __attribute__ ((noinline, noclone, weak))
72 __attribute__ ((noinline, noclone, weak))
80 __attribute__ ((noinline, noclone, weak))
88 __attribute__ ((noinline, noclone, weak))
96 __attribute__ ((noinline, noclone, weak))
108 __attribute__ ((noinline, noclone, weak))
123 __attribute__ ((noinline, noclone, weak))
/glibc-2.36/nptl/
Dtst-thread-exit-clobber.cc76 __attribute__ ((noinline, noclone, weak))
106 __attribute__ ((noinline, noclone, weak))
156 __attribute__ ((noinline, noclone, weak))
169 __attribute__ ((noinline, noclone, weak))
183 __attribute__ ((noinline, noclone, weak))
195 __attribute__ ((noinline, noclone, weak))
Dtst-minstack-throw.cc27 __attribute__ ((noinline, noclone, weak))
41 __attribute__ ((noinline, noclone, weak))
46 __attribute__ ((noinline, noclone, weak))
51 __attribute__ ((noinline, noclone, weak))
/glibc-2.36/sysdeps/unix/
Dmake-syscalls.sh91 for name in $weak; do
151 while read file srcfile caller syscall args strong weak; do
204 echo >&2 "$0: Too many unsigned long int arguments for syscall ($strong $weak)"
218 case $weak in
228 echo >&2 "$0: no number for $fileno, no-error syscall ($strong $weak)"
231 echo "unix-stub-syscalls += $strong $weak"
/glibc-2.36/support/
Dtemp_file-internal.h27 void support_set_test_dir (const char *name) __attribute__ ((weak));
28 void support_delete_temp_files (void) __attribute__ ((weak));
29 void support_print_temp_files (FILE *) __attribute__ ((weak));
/glibc-2.36/gmon/
Dtst-gmon.c22 __attribute__ ((noinline, noclone, weak)) void
27 __attribute__ ((noinline, noclone, weak)) void
35 __attribute__ ((noinline, noclone, weak)) void
/glibc-2.36/htl/
Dlockfile.c55 __attribute__ ((weak, alias ("_cthreads_flockfile")));
57 __attribute__ ((weak, alias ("_cthreads_funlockfile")));
59 __attribute__ ((weak, alias ("_cthreads_ftrylockfile")));
/glibc-2.36/sysdeps/nptl/
Dlibc-lockP.h243 # pragma weak __pthread_mutex_trylock
244 # pragma weak __pthread_mutexattr_destroy
245 # pragma weak __pthread_initialize
246 # pragma weak __pthread_atfork
/glibc-2.36/sysdeps/mips/
DMakefile79 tests += tst-undefined-weak
80 modules-names += tst-undefined-weak-lib
82 $(objpfx)tst-undefined-weak: $(objpfx)tst-undefined-weak-lib.so
/glibc-2.36/elf/
Dreldep6mod4.c2 int weak (void);
9 int weak (void) in weak() function
Dreldep6mod1.c3 extern int weak (void);
13 return weak () + 1; in baz()
Dreldep7mod1.c1 int foo (void) __attribute__ ((weak));
Dreldep7mod2.c1 int foo (void) __attribute__ ((weak));
Dsprof.c157 bool weak; member
1084 newsym->weak = ELFW(ST_BIND) (sym->st_info) == STB_WEAK; in read_symbols()
1104 && ((*existp)->weak && !newsym->weak))) in read_symbols()
1142 newsym->weak = ELFW(ST_BIND) (symtab->st_info) == STB_WEAK; in read_symbols()
1163 && ((*existp)->weak && !newsym->weak))) in read_symbols()
/glibc-2.36/include/
Dlibc-symbols.h148 # define weak_function __attribute__ ((weak))
149 # define weak_const_function __attribute__ ((weak, __const__))
155 extern __typeof (name) aliasname __attribute__ ((weak, alias (#name))) \
159 # define weak_extern(symbol) _weak_extern (weak symbol)
193 .weak C_SYMBOL_NAME (alias) ASM_LINE_SEP \
197 .weak C_SYMBOL_NAME (symbol)
384 # define __symbol_set_attribute __attribute__ ((weak))
551 __hidden_ver1(__GI_##name, name, name) __attribute__((weak));
/glibc-2.36/sysdeps/mach/hurd/
Dsysdep-cancel.h6 #pragma weak __pthread_enable_asynccancel
7 #pragma weak __pthread_disable_asynccancel
DVersions3 # functions with a weak definition in the dynamic linker
7 # functions with a weak definition in the dynamic linker
/glibc-2.36/signal/
Dsigpause.c33 __attribute__ ((weak)) in libc_hidden_def()
44 __attribute ((weak)) in weak_alias()
/glibc-2.36/sysdeps/posix/
Dsigpause.c53 __attribute__ ((weak)) in libc_hidden_def()
67 __attribute__ ((weak)) in weak_alias()
/glibc-2.36/csu/
Dlibc-start.c83 extern const IREL_T IPLT_START[] __attribute__ ((weak)); in apply_irel()
84 extern const IREL_T IPLT_END[] __attribute__ ((weak)); in apply_irel()
278 __attribute__ ((weak, visibility ("hidden"))); in LIBC_START_MAIN()
/glibc-2.36/ChangeLog.old/
DChangeLog.523 * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for
193 weak alias for _mcount.
194 * sysdeps/alpha/_mcount.S (mcount): Define as weak alias.
551 * sysdeps/mach/mprotect.c: Define with __ name and weak alias.
729 and make normal names weak aliases.
1405 strong names and [gs]etpgid as weak aliases.
1449 * stdlib/strtoq.c: Define strtoll as weak alias.
1450 * stdlib/strtouq.c: Define strtoull as weak alias.
1991 * sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
2044 (WEAKNAME): New macro to declare argument as weak.
[all …]
/glibc-2.36/sysdeps/csky/abiv2/
Dmemcpy.S129 .weak memcpy
238 .weak memmove

1234567