Home
last modified time | relevance | path

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

123456789

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/
A Dlibc-lock.h377 # pragma weak __pthread_mutex_init
379 # pragma weak __pthread_mutex_lock
381 # pragma weak __pthread_mutex_unlock
391 # pragma weak __pthread_key_create
392 # pragma weak __pthread_setspecific
393 # pragma weak __pthread_getspecific
394 # pragma weak __pthread_once
395 # pragma weak __pthread_initialize
396 # pragma weak __pthread_atfork
399 # pragma weak _pthread_cleanup_push
[all …]
/l4re-core-master/uclibc/lib/libpthread/include/bits/
A Dlibc-lock.h385 # pragma weak __pthread_mutex_init
387 # pragma weak __pthread_mutex_lock
389 # pragma weak __pthread_mutex_unlock
399 # pragma weak __pthread_key_create
400 # pragma weak __pthread_setspecific
401 # pragma weak __pthread_getspecific
402 # pragma weak __pthread_once
403 # pragma weak __pthread_initialize
404 # pragma weak __pthread_atfork
407 # pragma weak _pthread_cleanup_push
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/
A Dlibc-lock.h385 # pragma weak __pthread_mutex_init
386 # pragma weak __pthread_mutex_destroy
387 # pragma weak __pthread_mutex_lock
389 # pragma weak __pthread_mutex_unlock
399 # pragma weak __pthread_key_create
400 # pragma weak __pthread_setspecific
401 # pragma weak __pthread_getspecific
402 # pragma weak __pthread_once
403 # pragma weak __pthread_atfork
406 # pragma weak _pthread_cleanup_push
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dvtv_stubs.cc44 __VLTChangePermission(int) __attribute__((weak));
48 void**) __attribute__((weak));
52 const void*) __attribute__((weak));
55 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
59 void**) __attribute__((weak));
63 const char*, const char*) __attribute__((weak));
67 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dvtv_stubs.cc77 __VLTChangePermission(int) __attribute__((weak));
81 void**) __attribute__((weak));
85 const void*) __attribute__((weak));
88 __VLTVerifyVtablePointer(void**, const void*) __attribute__((weak));
92 void**) __attribute__((weak));
96 const char*, const char*) __attribute__((weak));
100 const char*) __attribute__((weak));
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/
A Dlibc-lock.h557 # pragma weak __pthread_mutex_init
558 # pragma weak __pthread_mutex_destroy
559 # pragma weak __pthread_mutex_lock
560 # pragma weak __pthread_mutex_trylock
561 # pragma weak __pthread_mutex_unlock
571 # pragma weak __pthread_key_create
572 # pragma weak __pthread_setspecific
573 # pragma weak __pthread_getspecific
574 # pragma weak __pthread_once
576 # pragma weak __pthread_atfork
[all …]
/l4re-core-master/cxx/lib/tl/include/
A Dweak_ref17 * Generic (base) weak reference to some object.
19 * A weak reference is a reference that gets reset to NULL when the object
20 * shall be deleted. All weak references to the same object are kept in a
21 * linked list of weak references.
23 * For typed weak references see `cxx::Weak_ref`.
51 * Typed weak reference to an object of type `T`.
55 * A weak reference is a reference that is invalidated when the referenced
57 * a linked list and all the weak references are iterated and reset by the
60 * The type `T` must provide two methods that handle the housekeeping of weak
62 * These functions must handle the insertion and removal of the weak reference
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/
A Dcrt1.S39 .weak _init
40 .weak _fini
117 .weak data_start
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcow-stdexcept.cc207 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
208 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
210 ITM_REGPARM __attribute__((weak));
212 ITM_REGPARM __attribute__((weak));
214 ITM_REGPARM __attribute__((weak));
216 ITM_REGPARM __attribute__((weak));
218 ITM_REGPARM __attribute__((weak));
220 ITM_REGPARM __attribute__((weak));
222 ITM_REGPARM __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcow-stdexcept.cc207 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
208 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
210 ITM_REGPARM __attribute__((weak));
212 ITM_REGPARM __attribute__((weak));
214 ITM_REGPARM __attribute__((weak));
216 ITM_REGPARM __attribute__((weak));
218 ITM_REGPARM __attribute__((weak));
220 ITM_REGPARM __attribute__((weak));
222 ITM_REGPARM __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcow-stdexcept.cc207 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
208 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
210 ITM_REGPARM __attribute__((weak));
212 ITM_REGPARM __attribute__((weak));
214 ITM_REGPARM __attribute__((weak));
216 ITM_REGPARM __attribute__((weak));
218 ITM_REGPARM __attribute__((weak));
220 ITM_REGPARM __attribute__((weak));
222 ITM_REGPARM __attribute__((weak));
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dcrt1.S78 .weak _init
79 .weak _fini
128 .weak data_start
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Dcrt1.S50 .weak _init
51 .weak _fini
95 .weak data_start
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/
A Dcrt1.S67 .weak _init
68 .weak _fini
138 .weak data_start
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcow-stdexcept.cc241 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
242 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
244 ITM_REGPARM __attribute__((weak));
246 ITM_REGPARM __attribute__((weak));
248 ITM_REGPARM __attribute__((weak));
250 ITM_REGPARM __attribute__((weak));
252 ITM_REGPARM __attribute__((weak));
254 ITM_REGPARM __attribute__((weak));
256 ITM_REGPARM __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dcow-stdexcept.cc241 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
242 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
244 ITM_REGPARM __attribute__((weak));
246 ITM_REGPARM __attribute__((weak));
248 ITM_REGPARM __attribute__((weak));
250 ITM_REGPARM __attribute__((weak));
252 ITM_REGPARM __attribute__((weak));
254 ITM_REGPARM __attribute__((weak));
256 ITM_REGPARM __attribute__((weak));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcow-stdexcept.cc241 extern void* _ZGTtnaX (size_t sz) __attribute__((weak));
242 extern void _ZGTtdlPv (void* ptr) __attribute__((weak));
244 ITM_REGPARM __attribute__((weak));
246 ITM_REGPARM __attribute__((weak));
248 ITM_REGPARM __attribute__((weak));
250 ITM_REGPARM __attribute__((weak));
252 ITM_REGPARM __attribute__((weak));
254 ITM_REGPARM __attribute__((weak));
256 ITM_REGPARM __attribute__((weak));
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/
A Dcrt1.S65 .weak _init
66 .weak _fini
138 .weak data_start
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm64/
A Dcrt1.S120 .weak _init
121 .weak _fini
184 .weak data_start

Completed in 33 milliseconds

123456789