Home
last modified time | relevance | path

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

12345678910>>...13

/NextBSD/lib/libc/gen/
HDdlfcn.c58 #pragma weak _rtld_error
64 #pragma weak dladdr
72 #pragma weak dlclose
80 #pragma weak dlerror
87 #pragma weak dllockinit
101 #pragma weak dlopen
109 #pragma weak dlsym
117 #pragma weak dlfunc
125 #pragma weak dlvsym
134 #pragma weak dlinfo
[all …]
HD_spinlock_stub.c52 #pragma weak _spinlock
62 #pragma weak _spinunlock
/NextBSD/contrib/libcxxrt/
HDmemory.cc61 __attribute__((weak))
66 __attribute__((weak))
74 __attribute__((weak))
99 __attribute__((weak))
112 __attribute__((weak))
122 __attribute__((weak))
132 __attribute__((weak))
145 __attribute__((weak))
HDexception.cc38 #pragma weak pthread_key_create
39 #pragma weak pthread_setspecific
40 #pragma weak pthread_getspecific
41 #pragma weak pthread_once
43 #pragma weak pthread_mutex_lock
47 #pragma weak pthread_mutex_unlock
51 #pragma weak pthread_cond_signal
55 #pragma weak pthread_cond_wait
/NextBSD/sys/dev/uart/
HDuart.h67 extern struct uart_class uart_ns8250_class __attribute__((weak));
68 extern struct uart_class uart_quicc_class __attribute__((weak));
69 extern struct uart_class uart_s3c2410_class __attribute__((weak));
70 extern struct uart_class uart_sab82532_class __attribute__((weak));
71 extern struct uart_class uart_sbbc_class __attribute__((weak));
72 extern struct uart_class uart_z8530_class __attribute__((weak));
/NextBSD/sys/amd64/linux/
HDlinux_locore.s38 .weak clock_gettime
45 .weak time
52 .weak gettimeofday
58 .weak getcpu
/NextBSD/lib/libc/mips/
HDSYS.h117 .weak _C_LABEL(x); \
119 .weak _C_LABEL(__CONCAT(_,x)); \
127 .weak _C_LABEL(x); \
129 .weak _C_LABEL(__CONCAT(_,x)); \
/NextBSD/contrib/file/magic/Magdir/
HDweak3 # weak: file(1) magic for very weak magic entries, disabled by default
5 # These entries are so weak that they might interfere identification of
/NextBSD/lib/libc/arm/
HDSYS.h53 .weak _C_LABEL(x); \
55 .weak _C_LABEL(__CONCAT(_,x)); \
69 .weak _C_LABEL(__CONCAT(_,x)); \
/NextBSD/contrib/libstdc++/src/
Dcompatibility.cc489 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]
/NextBSD/lib/libc/sparc64/
HDSYS.h49 .weak CNAME(x) ; \
52 .weak CNAME(__CONCAT(_,x)) ; \
78 .weak CNAME(__CONCAT(_,x)) ; \
/NextBSD/lib/libc/sys/
HDtrivial-vdso_tc.c34 #pragma weak __vdso_gettc
42 #pragma weak __vdso_gettimekeep
HD__vdso_gettimeofday.c85 #pragma weak __vdso_gettimeofday
108 #pragma weak __vdso_clock_gettime
/NextBSD/sys/boot/zfs/
HDdevicename_stubs.c33 __attribute__((weak))
40 __attribute__((weak))
/NextBSD/contrib/compiler-rt/lib/builtins/arm/
HDaeabi_div0.c33 int __attribute__((weak)) __attribute__((visibility("hidden")))
38 long long __attribute__((weak)) __attribute__((visibility("hidden")))
/NextBSD/sys/libkern/
HDexplicit_bzero.c16 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
18 __attribute__((weak)) void
/NextBSD/lib/libc/amd64/sys/
HD__vdso_gettc.c55 #pragma weak __vdso_gettc
64 #pragma weak __vdso_gettimekeep
/NextBSD/lib/libc/aarch64/sys/
HD__vdso_gettc.c57 #pragma weak __vdso_gettc
68 #pragma weak __vdso_gettimekeep
/NextBSD/lib/libc/arm/sys/
HD__vdso_gettc.c60 #pragma weak __vdso_gettc
80 #pragma weak __vdso_gettimekeep
/NextBSD/contrib/compiler-rt/lib/builtins/
HDint_util.c41 __attribute__((weak))
54 __attribute__((weak))
/NextBSD/lib/libc/i386/sys/
HD__vdso_gettc.c99 #pragma weak __vdso_gettc
108 #pragma weak __vdso_gettimekeep
/NextBSD/contrib/gcc/config/rs6000/
HDeabi-ci.asm78 .weak _SDA_BASE_
89 .weak _SDA2_BASE_
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDoutput.c239 check_for_weak(GElf_Sym *weak, char const *weakfile, in check_for_weak() argument
251 if (GELF_ST_BIND(weak->st_info) != STB_WEAK) in check_for_weak()
266 if (GELF_ST_TYPE(weak->st_info) != type || in check_for_weak()
267 weak->st_value != sym.st_value) in check_for_weak()
270 if (weak->st_size != sym.st_size) in check_for_weak()
276 if (sym.st_shndx != weak->st_shndx) in check_for_weak()
/NextBSD/contrib/pam_modules/pam_passwdqc/
HDREADME63 hashes, or some weak passwords will pass the checks.
75 be rejected once a weak substring is found. Instead, the password
76 will be subjected to the usual strength requirements with the weak
87 would be weak.
99 The module can be configured to warn of weak passwords only, but not
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_weaks.m436 MAKE_NAMETBL_API(weak,Weak,weak,weaknames)

12345678910>>...13