/freebsd/lib/libc/gen/ |
H A D | dlfcn.c | 65 #pragma weak _rtld_error 71 #pragma weak dladdr 80 #pragma weak dlclose 89 #pragma weak dlerror 97 #pragma weak dllockinit 112 #pragma weak dlopen 121 #pragma weak dlsym 130 #pragma weak dlfunc 139 #pragma weak dlvsym 149 #pragma weak dlinfo [all …]
|
H A D | _spinlock_stub.c | 49 #pragma weak _spinlock 59 #pragma weak _spinunlock
|
/freebsd/contrib/libcxxrt/ |
H A D | memory.cc | 61 __attribute__((weak)) 67 __attribute__((weak)) 108 __attribute__((weak)) 138 __attribute__((weak)) 145 __attribute__((weak)) 152 __attribute__((weak)) 159 __attribute__((weak)) 166 __attribute__((weak)) 176 __attribute__((weak)) 183 __attribute__((weak))
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | weak | 3 # $File: weak,v 1.3 2024/06/10 23:09:52 christos Exp $ 4 # weak: file(1) magic for very weak magic entries, disabled by default 6 # These entries are so weak that they might interfere identification of
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A 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))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A 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));
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_config.h | 374 void *dlopen(const char *, int) __attribute__((weak)); 375 void *dlsym(void *, const char *) __attribute__((weak)); 376 int dlclose(void *) __attribute__((weak)); 380 __attribute__((weak)); 381 int pthread_mutex_lock(pthread_mutex_t *) __attribute__((weak)); 382 int pthread_mutex_unlock(pthread_mutex_t *) __attribute__((weak)); 383 int pthread_mutex_destroy(pthread_mutex_t *) __attribute__((weak)); 384 int pthread_mutexattr_init(pthread_mutexattr_t *) __attribute__((weak)); 385 int pthread_mutexattr_settype(pthread_mutexattr_t *, int) __attribute__((weak)); 386 int pthread_mutexattr_destroy(pthread_mutexattr_t *) __attribute__((weak)); [all...] |
/freebsd/lib/libsys/arm/ |
H A D | SYS.h | 58 .weak _C_LABEL(__CONCAT(_,x)); \ 64 .weak _C_LABEL(x); \ 66 .weak _C_LABEL(__CONCAT(_,x)); \
|
H A D | __vdso_gettc.c | 58 #pragma weak __vdso_gettc 75 #pragma weak __vdso_gettimekeep
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/ |
H A D | interface.h | 17 __attribute__((weak)) const char *__scudo_default_options(void); 20 __attribute__((weak)) void __scudo_allocate_hook(void *ptr, size_t size); 21 __attribute__((weak)) void __scudo_deallocate_hook(void *ptr); 32 __attribute__((weak)) void 34 __attribute__((weak)) void __scudo_realloc_deallocate_hook(void *old_ptr);
|
/freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
H A D | setjmp_ppc.S | 59 .weak name; \ 68 .weak name; \ 69 .weak GLUE(.,name); \ 86 .weak name; \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A 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));
|
H A D | int_util.c | 36 __attribute__((weak)) 49 __attribute__((weak))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | aeabi_div0.c | 31 AEABI_RTABI int __attribute__((weak)) __attribute__((visibility("hidden"))) 36 AEABI_RTABI long long __attribute__((weak))
|
/freebsd/sys/libkern/ |
H A D | explicit_bzero.c | 15 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t); 17 __attribute__((weak)) void
|
/freebsd/lib/libsys/riscv/ |
H A D | __vdso_gettc.c | 37 #pragma weak __vdso_gettc 48 #pragma weak __vdso_gettimekeep
|
/freebsd/sys/dev/uart/ |
H A D | uart.h | 117 extern struct uart_class uart_ns8250_class __attribute__((weak)); 118 extern struct uart_class uart_quicc_class __attribute__((weak)); 119 extern struct uart_class uart_z8530_class __attribute__((weak));
|
/freebsd/lib/libsys/powerpc/ |
H A D | __vdso_gettc.c | 43 #pragma weak __vdso_gettc 59 #pragma weak __vdso_gettimekeep
|
/freebsd/lib/libsys/powerpc64/ |
H A D | __vdso_gettc.c | 42 #pragma weak __vdso_gettc 56 #pragma weak __vdso_gettimekeep
|
/freebsd/lib/libc/string/ |
H A D | memset_explicit.c | 10 __attribute__((weak)) void __memset_explicit_hook(void *, int, size_t); 12 __attribute__((weak)) void
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq2415x.txt | 20 - ti,weak-battery-voltage: integer, weak battery voltage threshold in mV. 40 ti,weak-battery-voltage = <3400>;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtraCounters.cpp | 16 __attribute__((weak)) extern uint8_t __start___libfuzzer_extra_counters; 17 __attribute__((weak)) extern uint8_t __stop___libfuzzer_extra_counters;
|
/freebsd/lib/libsys/aarch64/ |
H A D | __vdso_gettc.c | 55 #pragma weak __vdso_gettc 67 #pragma weak __vdso_gettimekeep
|
/freebsd/lib/clang/include/llvm/Config/ |
H A D | abi-breaking.h | 52 __attribute__((weak)) int *VerifyEnableABIBreakingChecks = 57 __attribute__((weak)) int *VerifyDisableABIBreakingChecks =
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 59 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \ 68 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \ 79 GetTypes<__VA_ARGS__>::Arg<2>::Type) __attribute__((weak)); \ 92 GetTypes<__VA_ARGS__>::Arg<3>::Type) __attribute__((weak)); \
|