Searched refs:weak (Results 1 – 25 of 485) sorted by relevance
12345678910>>...20
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/ |
| D | weak-5.c | 19 extern int vfoo1a __attribute__((weak)); 28 extern int vfoo1b __attribute__((weak)); 40 extern int vfoo1c __attribute__((weak)); /* { dg-warning "unspecified behavior" } */ 43 extern int vfoo1d __attribute__((weak)); 52 extern int vfoo1e __attribute__((weak)); 64 extern int vfoo1f __attribute__((weak)); /* { dg-warning "unspecified behavior" } */ 72 int vfoo1g __attribute__((weak)); /* { dg-warning "unspecified behavior" } */ 75 extern int vfoo1h __attribute__((weak)); 80 extern int vfoo1h __attribute__((weak)); 84 extern int vfoo1i __attribute__((weak)); [all …]
|
| D | weak-4.c | 18 #pragma weak vfoo1a 27 #pragma weak vfoo1b 39 #pragma weak vfoo1c 42 #pragma weak vfoo1d 51 #pragma weak vfoo1e 63 #pragma weak vfoo1f 71 #pragma weak vfoo1g 81 #pragma weak vfoo1h 90 #pragma weak vfoo1i 99 #pragma weak vfoo1j [all …]
|
| D | weak-1.c | 13 #pragma weak a 17 #pragma weak b 19 #pragma weak c 24 #pragma weak d 27 #pragma weak e 33 #pragma weak f 36 #pragma weak g 42 #pragma weak h 45 #pragma weak i 48 #pragma weak j
|
| D | weak-3.c | 14 extern void * ffoo1a (void) __attribute__((weak)); 23 extern void * ffoo1b (void) __attribute__((weak)); 35 extern void * ffoo1c (void) __attribute__((weak)); /* { dg-warning "weak declaration" "weak declara… 39 int ffoo1d (void) __attribute__((weak)); 43 extern void * ffoo1e (void) __attribute__((weak)); 60 extern void * ffoo1f (void) __attribute__((weak, alias ("ffoox1f"))); /* { dg-warning "weak declar… 65 extern void * ffoo1g (void) __attribute__((weak, alias ("ffoox1g")));
|
| D | weak-2.c | 12 #pragma weak ffoo1a 20 #pragma weak ffoo1b 31 #pragma weak ffoo1c 35 #pragma weak ffoo1d 39 #pragma weak ffoo1e
|
| D | weak-9.c | 13 void f1() __attribute__((weak, alias("notf1"))); 14 void f2() __attribute__((alias("notf2"), weak)); 16 #pragma weak f3=notf3 20 #pragma weak f4=notf4
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gthr-posix.h | 49 #pragma weak pthread_once 50 #pragma weak pthread_key_create 51 #pragma weak pthread_key_delete 52 #pragma weak pthread_getspecific 53 #pragma weak pthread_setspecific 54 #pragma weak pthread_create 56 #pragma weak pthread_mutex_lock 57 #pragma weak pthread_mutex_trylock 58 #pragma weak pthread_mutex_unlock 62 #pragma weak pthread_cond_broadcast [all …]
|
| D | gthr-dce.h | 64 #pragma weak pthread_once 65 #pragma weak pthread_once_init 66 #pragma weak pthread_keycreate 67 #pragma weak pthread_key_delete 68 #pragma weak pthread_getspecific 69 #pragma weak pthread_setspecific 70 #pragma weak pthread_create 71 #pragma weak pthread_mutex_init 72 #pragma weak pthread_mutex_lock 73 #pragma weak pthread_mutex_trylock [all …]
|
| D | gthr-solaris.h | 53 #pragma weak thr_keycreate 54 #pragma weak thr_getspecific 55 #pragma weak thr_setspecific 56 #pragma weak thr_create 58 #pragma weak mutex_lock 59 #pragma weak mutex_trylock 60 #pragma weak mutex_unlock 63 #pragma weak thr_exit 64 #pragma weak thr_keycreate 65 #pragma weak thr_getprio [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_hip_runtime_wrapper.h | 35 __attribute__((weak)) 41 __attribute__((weak)) 83 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() 86 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() 93 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { 96 __attribute__((weak)) inline __device__ void free(void *__ptr) { 100 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { 104 __attribute__((weak)) inline __device__ void free(void *__ptr) {
|
| /openbsd/src/lib/csu/ |
| D | crtbeginS.c | 55 __attribute__((weak)); 71 extern int __cxa_atexit(void (*)(void *), void *, void *) __attribute__((weak)); 72 extern void __cxa_finalize(void *) __attribute__((weak)); 85 __attribute__((weak)); 87 __attribute__((weak));
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | RWMutex.hpp | 77 extern "C" int __attribute__((weak)) 80 extern "C" int __attribute__((weak)) 82 extern "C" int __attribute__((weak)) 84 extern "C" int __attribute__((weak))
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_init.cpp | 25 extern const XRaySledEntry __start_xray_instr_map[] __attribute__((weak)); 26 extern const XRaySledEntry __stop_xray_instr_map[] __attribute__((weak)); 27 extern const XRayFunctionSledIndex __start_xray_fn_idx[] __attribute__((weak)); 28 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] __attribute__((weak));
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/ |
| D | interface.h | 17 __attribute__((weak)) const char *__scudo_default_options(void); 21 __attribute__((weak)) void __scudo_allocate_hook(void *ptr, size_t size); 22 __attribute__((weak)) void __scudo_deallocate_hook(void *ptr);
|
| /openbsd/src/regress/usr.bin/mandoc/man/IP/ |
| D | tag.out_html | 6 <dt id="weak"><a class="permalink" href="#weak"><i> -weak</i></a></dt>
|
| /openbsd/src/lib/libc/include/ |
| D | DETAILS | 17 We need many of the symbols to be weak in *static* builds, but they 20 name is "weak", that is only necessary for the static library and 31 getpid weak alias, for use outside libc only 38 wait4 weak alias, for general use 52 ptrace weak alias, for general use 91 This marks the symbol as both weak and deprecated, with no renaming 114 This defines x as a weak alias for _libc_x 119 This defines x as a weak alias for _libc_x_cancel. 124 This defines x as a weak alias for _libc_x_wrap.
|
| /openbsd/src/regress/usr.bin/mandoc/man/TP/ |
| D | tag.out_html | 12 <dt id="weak"><a class="permalink" href="#weak"><i> -weak</i></a></dt>
|
| /openbsd/src/regress/libexec/ld.so/edgecases/test3/libaa/ |
| D | aa.c | 19 int weakFunction1(void) __attribute__((weak)); 21 int weakFunction2(void) __attribute__((weak));
|
| /openbsd/src/regress/libexec/ld.so/weak/libweak/ |
| D | Makefile | 3 LIB= weak 4 SRCS= weak.c
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-nm.rst | 86 ELF: Undefined weak object. It is not a link failure if the object is not 91 ELF: Defined weak object symbol. This definition will only be used if no 92 regular definitions exist in a link. If multiple weak definitions and no 93 regular definitions exist, one of the weak definitions will be used. 97 Undefined weak symbol other than an ELF object symbol. It is not a link failure 102 Defined weak symbol other than an ELF object symbol. This definition will only 103 be used if no regular definitions exist in a link. If multiple weak definitions 104 and no regular definitions exist, one of the weak definitions will be used. 209 .. option:: --no-weak, -W 211 Don't print weak symbols.
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | compatibility.cc | 489 extern __attribute__((used, weak)) const char _ZTSe[2] = "e"; 490 extern __attribute__((used, weak)) const char _ZTSPe[3] = "Pe"; 491 extern __attribute__((used, weak)) const char _ZTSPKe[4] = "PKe"; 492 extern __attribute__((used, weak)) const void *_ZTIe[2] 495 extern __attribute__((used, weak)) const void *_ZTIPe[4] 498 extern __attribute__((used, weak)) const void *_ZTIPKe[4]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/arm/ |
| D | aeabi_div0.c | 31 AEABI_RTABI int __attribute__((weak)) __attribute__((visibility("hidden"))) 36 AEABI_RTABI long long __attribute__((weak))
|
| /openbsd/src/regress/libexec/ld.so/edgecases/test3/libbb/ |
| D | bb.c | 21 int weakFunction1(void) __attribute__((weak)); 22 int weakFunction2(void) __attribute__((weak));
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/crt/ |
| D | crtbegin.c | 17 extern void __register_frame_info(const void *, void *) __attribute__((weak)); 18 extern void *__deregister_frame_info(const void *) __attribute__((weak)); 29 extern void __cxa_finalize(void *) __attribute__((weak));
|
| /openbsd/src/sys/lib/libkern/ |
| D | explicit_bzero.c | 9 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t); 11 __attribute__((weak)) void
|
12345678910>>...20