Searched refs:weak (Results 1 – 25 of 302) sorted by relevance
12345678910>>...13
| /NextBSD/lib/libc/gen/ |
| HD | dlfcn.c | 58 #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.c | 52 #pragma weak _spinlock 62 #pragma weak _spinunlock
|
| /NextBSD/contrib/libcxxrt/ |
| HD | memory.cc | 61 __attribute__((weak)) 66 __attribute__((weak)) 74 __attribute__((weak)) 99 __attribute__((weak)) 112 __attribute__((weak)) 122 __attribute__((weak)) 132 __attribute__((weak)) 145 __attribute__((weak))
|
| HD | exception.cc | 38 #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/ |
| HD | uart.h | 67 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/ |
| HD | linux_locore.s | 38 .weak clock_gettime 45 .weak time 52 .weak gettimeofday 58 .weak getcpu
|
| /NextBSD/lib/libc/mips/ |
| HD | SYS.h | 117 .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/ |
| HD | weak | 3 # 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/ |
| HD | SYS.h | 53 .weak _C_LABEL(x); \ 55 .weak _C_LABEL(__CONCAT(_,x)); \ 69 .weak _C_LABEL(__CONCAT(_,x)); \
|
| /NextBSD/contrib/libstdc++/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]
|
| /NextBSD/lib/libc/sparc64/ |
| HD | SYS.h | 49 .weak CNAME(x) ; \ 52 .weak CNAME(__CONCAT(_,x)) ; \ 78 .weak CNAME(__CONCAT(_,x)) ; \
|
| /NextBSD/lib/libc/sys/ |
| HD | trivial-vdso_tc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| HD | __vdso_gettimeofday.c | 85 #pragma weak __vdso_gettimeofday 108 #pragma weak __vdso_clock_gettime
|
| /NextBSD/sys/boot/zfs/ |
| HD | devicename_stubs.c | 33 __attribute__((weak)) 40 __attribute__((weak))
|
| /NextBSD/contrib/compiler-rt/lib/builtins/arm/ |
| HD | aeabi_div0.c | 33 int __attribute__((weak)) __attribute__((visibility("hidden"))) 38 long long __attribute__((weak)) __attribute__((visibility("hidden")))
|
| /NextBSD/sys/libkern/ |
| HD | explicit_bzero.c | 16 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t); 18 __attribute__((weak)) void
|
| /NextBSD/lib/libc/amd64/sys/ |
| HD | __vdso_gettc.c | 55 #pragma weak __vdso_gettc 64 #pragma weak __vdso_gettimekeep
|
| /NextBSD/lib/libc/aarch64/sys/ |
| HD | __vdso_gettc.c | 57 #pragma weak __vdso_gettc 68 #pragma weak __vdso_gettimekeep
|
| /NextBSD/lib/libc/arm/sys/ |
| HD | __vdso_gettc.c | 60 #pragma weak __vdso_gettc 80 #pragma weak __vdso_gettimekeep
|
| /NextBSD/contrib/compiler-rt/lib/builtins/ |
| HD | int_util.c | 41 __attribute__((weak)) 54 __attribute__((weak))
|
| /NextBSD/lib/libc/i386/sys/ |
| HD | __vdso_gettc.c | 99 #pragma weak __vdso_gettc 108 #pragma weak __vdso_gettimekeep
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | eabi-ci.asm | 78 .weak _SDA_BASE_ 89 .weak _SDA2_BASE_
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | output.c | 239 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/ |
| HD | README | 63 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/ |
| HD | dwarf_weaks.m4 | 36 MAKE_NAMETBL_API(weak,Weak,weak,weaknames)
|
12345678910>>...13