Home
last modified time | relevance | path

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

12345678910>>...13

/src/lib/libc/gen/
H A Ddlfcn.c65 #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.c49 #pragma weak _spinlock
59 #pragma weak _spinunlock
/src/contrib/libcxxrt/
H A Dmemory.cc61 __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))
/src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h35 __attribute__((weak))
41 __attribute__((weak))
69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc()
73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free()
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc()
81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free()
89 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) {
92 __attribute__((weak)) inline __device__ void free(void *__ptr) {
96 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) {
100 __attribute__((weak)) inline __device__ void free(void *__ptr) {
/src/crypto/krb5/src/lib/krb5/krb/
H A Dt_etypes.c151 const char *profstr, krb5_boolean weak) in compare() argument
169 fprintf(stderr, "allow_weak_crypto was %s\n", weak ? "true" : "false"); in compare()
179 krb5_boolean weak; in main() local
189 for (weak = FALSE; weak <= TRUE; weak++) { in main()
190 ctx->allow_weak_crypto = weak; in main()
191 if (weak) in main()
217 (weak) ? tests[i].expected : tests[i].expected_noweak, in main()
218 tests[i].str, weak); in main()
H A Dinit_ctx.c452 krb5_boolean sel, weak = context->allow_weak_crypto; in krb5int_parse_enctype_list() local
474 mod_list(default_list[i], sel, weak, &list); in krb5int_parse_enctype_list()
476 mod_list(ENCTYPE_DES3_CBC_SHA1, sel, weak, &list); in krb5int_parse_enctype_list()
478 mod_list(ENCTYPE_AES256_CTS_HMAC_SHA1_96, sel, weak, &list); in krb5int_parse_enctype_list()
479 mod_list(ENCTYPE_AES128_CTS_HMAC_SHA1_96, sel, weak, &list); in krb5int_parse_enctype_list()
480 mod_list(ENCTYPE_AES256_CTS_HMAC_SHA384_192, sel, weak, &list); in krb5int_parse_enctype_list()
481 mod_list(ENCTYPE_AES128_CTS_HMAC_SHA256_128, sel, weak, &list); in krb5int_parse_enctype_list()
483 mod_list(ENCTYPE_ARCFOUR_HMAC, sel, weak, &list); in krb5int_parse_enctype_list()
485 mod_list(ENCTYPE_CAMELLIA256_CTS_CMAC, sel, weak, &list); in krb5int_parse_enctype_list()
486 mod_list(ENCTYPE_CAMELLIA128_CTS_CMAC, sel, weak, &list); in krb5int_parse_enctype_list()
[all …]
/src/crypto/krb5/src/util/support/
H A Dthreads.c115 # pragma weak pthread_once
116 # pragma weak pthread_mutex_lock
117 # pragma weak pthread_mutex_unlock
118 # pragma weak pthread_mutex_destroy
119 # pragma weak pthread_mutex_init
120 # pragma weak pthread_self
121 # pragma weak pthread_getspecific
122 # pragma weak pthread_setspecific
123 # pragma weak pthread_key_create
124 # pragma weak pthread_key_delete
[all …]
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h17 __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);
/src/contrib/file/magic/Magdir/
H A Dweak3 # $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
/src/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp77 extern "C" int __attribute__((weak))
80 extern "C" int __attribute__((weak))
82 extern "C" int __attribute__((weak))
84 extern "C" int __attribute__((weak))
/src/crypto/krb5/src/lib/crypto/builtin/des/
H A Dweak_key.c44 static const mit_des_cblock weak[16] = { variable
80 const mit_des_cblock *weak_p = weak; in mit_des_is_weak_key()
82 for (i = 0; i < (sizeof(weak)/sizeof(mit_des_cblock)); i++) { in mit_des_is_weak_key()
/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp25 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));
/src/lib/libsys/arm/
H A DSYS.h58 .weak _C_LABEL(__CONCAT(_,x)); \
64 .weak _C_LABEL(x); \
66 .weak _C_LABEL(__CONCAT(_,x)); \
/src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h374 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 …]
/src/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_ppc.S59 .weak name; \
68 .weak name; \
69 .weak GLUE(.,name); \
86 .weak name; \
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c17 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));
/src/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c31 AEABI_RTABI int __attribute__((weak)) __attribute__((visibility("hidden")))
36 AEABI_RTABI long long __attribute__((weak))
/src/sys/libkern/
H A Dexplicit_bzero.c15 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
17 __attribute__((weak)) void
/src/lib/libsys/riscv/
H A D__vdso_gettc.c37 #pragma weak __vdso_gettc
48 #pragma weak __vdso_gettimekeep
/src/lib/libsys/powerpc/
H A D__vdso_gettc.c43 #pragma weak __vdso_gettc
59 #pragma weak __vdso_gettimekeep
/src/sys/dev/uart/
H A Duart.h118 extern struct uart_class uart_ns8250_class __attribute__((weak));
119 extern struct uart_class uart_quicc_class __attribute__((weak));
120 extern struct uart_class uart_z8530_class __attribute__((weak));
/src/lib/libsys/powerpc64/
H A D__vdso_gettc.c42 #pragma weak __vdso_gettc
56 #pragma weak __vdso_gettimekeep
/src/lib/libc/string/
H A Dmemset_explicit.c10 __attribute__((weak)) void __memset_explicit_hook(void *, int, size_t);
12 __attribute__((weak)) void
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCounters.cpp16 __attribute__((weak)) extern uint8_t __start___libfuzzer_extra_counters;
17 __attribute__((weak)) extern uint8_t __stop___libfuzzer_extra_counters;
/src/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq2415x.txt20 - ti,weak-battery-voltage: integer, weak battery voltage threshold in mV.
40 ti,weak-battery-voltage = <3400>;

12345678910>>...13