Searched refs:weak (Results 1 – 25 of 313) sorted by relevance
12345678910>>...13
| /freebsd-10-stable/lib/libc/gen/ |
| D | dlfcn.c | 54 #pragma weak _rtld_error 60 #pragma weak dladdr 68 #pragma weak dlclose 76 #pragma weak dlerror 83 #pragma weak dllockinit 97 #pragma weak dlopen 105 #pragma weak dlsym 113 #pragma weak dlfunc 121 #pragma weak dlvsym 130 #pragma weak dlinfo [all …]
|
| /freebsd-10-stable/contrib/libcxxrt/ |
| D | memory.cc | 61 __attribute__((weak)) 66 __attribute__((weak)) 83 __attribute__((weak)) 108 __attribute__((weak)) 121 __attribute__((weak)) 128 __attribute__((weak)) 135 __attribute__((weak)) 148 __attribute__((weak))
|
| /freebsd-10-stable/sys/dev/uart/ |
| D | 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));
|
| /freebsd-10-stable/lib/libc/mips/ |
| D | SYS.h | 104 .weak _C_LABEL(x); \ 106 .weak _C_LABEL(__CONCAT(_,x)); \ 117 .weak _C_LABEL(x); \ 119 .weak _C_LABEL(__CONCAT(_,x)); \ 135 .weak _C_LABEL(__CONCAT(_,x)); \ 143 .weak _C_LABEL(__CONCAT(_,x)); \
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_locore.s | 39 .weak clock_gettime 46 .weak time 53 .weak gettimeofday 59 .weak getcpu
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | 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
|
| /freebsd-10-stable/lib/libc/amd64/ |
| D | SYS.h | 40 .weak CNAME(x); \ 42 .weak CNAME(__CONCAT(_,x)); \ 49 .weak CNAME(__CONCAT(_,x)); \
|
| /freebsd-10-stable/lib/libc/i386/ |
| D | SYS.h | 40 .weak CNAME(x); \ 42 .weak CNAME(__CONCAT(_,x)); \ 50 .weak CNAME(__CONCAT(_,x)); \
|
| /freebsd-10-stable/lib/libc/arm/ |
| D | SYS.h | 57 .weak _C_LABEL(x); \ 59 .weak _C_LABEL(__CONCAT(_,x)); \ 72 .weak _C_LABEL(__CONCAT(_,x)); \
|
| /freebsd-10-stable/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]
|
| /freebsd-10-stable/lib/libc/sparc64/ |
| D | SYS.h | 49 .weak CNAME(x) ; \ 52 .weak CNAME(__CONCAT(_,x)) ; \ 78 .weak CNAME(__CONCAT(_,x)) ; \
|
| /freebsd-10-stable/lib/libc/arm/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/lib/libc/ia64/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/lib/libc/powerpc/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/lib/libc/mips/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/lib/libc/sparc64/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/lib/libc/powerpc64/sys/ |
| D | __vdso_gettc.c | 34 #pragma weak __vdso_gettc 42 #pragma weak __vdso_gettimekeep
|
| /freebsd-10-stable/sys/boot/zfs/ |
| D | devicename_stubs.c | 33 __attribute__((weak)) 40 __attribute__((weak))
|
| /freebsd-10-stable/lib/libc/amd64/sys/ |
| D | __vdso_gettc.c | 46 #pragma weak __vdso_gettc 54 #pragma weak __vdso_gettimekeep
|
| D | getcontext.S | 37 .weak _getcontext 39 .weak getcontext
|
| D | vfork.S | 41 .weak _vfork 43 .weak vfork
|
| D | setlogin.S | 43 .weak _setlogin 45 .weak setlogin
|
| /freebsd-10-stable/lib/libc/i386/sys/ |
| D | __vdso_gettc.c | 46 #pragma weak __vdso_gettc 54 #pragma weak __vdso_gettimekeep
|
| D | getcontext.S | 37 .weak _getcontext 39 .weak getcontext
|
| D | Ovfork.S | 41 .weak _vfork 43 .weak vfork
|
12345678910>>...13