Searched refs:weak (Results 1 - 25 of 143) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dgmon_syms.c8 extern void __bb_init_func(void *) __attribute__((weak));
16 * So, unconditionally export it. But also give it a weak declaration, which
20 extern void __gcov_init(void *) __attribute__((weak));
23 extern void __gcov_merge_add(void *) __attribute__((weak));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dlinkage.h8 #define __weak __attribute__((weak))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_check_key.c73 if (n == 0x11111111) goto weak;
75 if (n == 0x13131212) goto weak;
78 if (n == 0x14141515) goto weak;
80 if (n == 0x16161616) goto weak;
85 if (n == 0x31312121) goto weak;
87 if (n == 0x33332222) goto weak;
90 if (n == 0x34342525) goto weak;
92 if (n == 0x36362626) goto weak;
99 if (n == 0x41415151) goto weak;
101 if (n == 0x43435252) goto weak;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dreboot.c79 __attribute__((weak))
94 __attribute__((weak))
105 __attribute__((weak))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dtls.h62 /* Use weak references to the POSIX threads library. */
64 # pragma weak pthread_key_create
65 # pragma weak pthread_getspecific
66 # pragma weak pthread_setspecific
67 # pragma weak pthread_key_delete
69 # pragma weak pthread_self
73 # pragma weak pthread_cancel
142 /* Use weak references to the GNU Pth threads library. */
144 # pragma weak pth_key_create
145 # pragma weak pth_key_getdat
[all...]
H A Dlock.h88 /* Use weak references to the POSIX threads library. */
105 # pragma weak pthread_mutex_init
106 # pragma weak pthread_mutex_lock
107 # pragma weak pthread_mutex_unlock
108 # pragma weak pthread_mutex_destroy
109 # pragma weak pthread_rwlock_init
110 # pragma weak pthread_rwlock_rdlock
111 # pragma weak pthread_rwlock_wrlock
112 # pragma weak pthread_rwlock_unlock
113 # pragma weak pthread_rwlock_destro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtls.h62 /* Use weak references to the POSIX threads library. */
64 # pragma weak pthread_key_create
65 # pragma weak pthread_getspecific
66 # pragma weak pthread_setspecific
67 # pragma weak pthread_key_delete
69 # pragma weak pthread_self
73 # pragma weak pthread_cancel
142 /* Use weak references to the GNU Pth threads library. */
144 # pragma weak pth_key_create
145 # pragma weak pth_key_getdat
[all...]
H A Dlock.h88 /* Use weak references to the POSIX threads library. */
105 # pragma weak pthread_mutex_init
106 # pragma weak pthread_mutex_lock
107 # pragma weak pthread_mutex_unlock
108 # pragma weak pthread_mutex_destroy
109 # pragma weak pthread_rwlock_init
110 # pragma weak pthread_rwlock_rdlock
111 # pragma weak pthread_rwlock_wrlock
112 # pragma weak pthread_rwlock_unlock
113 # pragma weak pthread_rwlock_destro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.h97 /* Use weak references to the POSIX threads library. */
114 # pragma weak pthread_create
115 # pragma weak pthread_sigmask
116 # pragma weak pthread_join
118 # pragma weak pthread_self
120 # pragma weak pthread_exit
122 # pragma weak pthread_atfork
126 # pragma weak pthread_cancel
182 /* Use weak references to the GNU Pth threads library. */
184 # pragma weak pth_spaw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbust_spinlocks.c18 void __attribute__((weak)) bust_spinlocks(int yes)
H A Diomap_copy.c31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to,
54 void __attribute__((weak)) __iowrite64_copy(void __iomem *to,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-drff.c49 int strong, weak; local
52 weak = effect->u.rumble.weak_magnitude;
54 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
56 if (strong || weak) {
58 weak = weak * 0xff / 0xffff;
63 if (weak == 0x0a)
64 weak = 0x0b;
68 drff->report->field[0]->value[2] = weak;
81 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
[all...]
H A Dhid-lg2ff.c41 int weak, strong; local
44 weak = effect->u.rumble.weak_magnitude;
46 if (weak || strong) {
47 weak = weak * 0xff / 0xffff;
51 lg2ff->report->field[0]->value[2] = weak;
H A Dhid-pl.c54 s32 *weak; member in struct:plff_device
72 *plff->weak = right;
90 s32 *weak; local
130 weak = &report->field[0]->value[3];
137 weak = &report->field[3]->value[0];
160 plff->weak = weak;
163 *weak = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.h89 /* Use weak references to the POSIX threads library. */
106 # pragma weak pthread_mutex_init
107 # pragma weak pthread_mutex_lock
108 # pragma weak pthread_mutex_unlock
109 # pragma weak pthread_mutex_destroy
110 # pragma weak pthread_rwlock_init
111 # pragma weak pthread_rwlock_rdlock
112 # pragma weak pthread_rwlock_wrlock
113 # pragma weak pthread_rwlock_unlock
114 # pragma weak pthread_rwlock_destro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.h108 /* Use weak references to the POSIX threads library. */
125 # pragma weak pthread_mutex_init
126 # pragma weak pthread_mutex_lock
127 # pragma weak pthread_mutex_unlock
128 # pragma weak pthread_mutex_destroy
129 # pragma weak pthread_rwlock_init
130 # pragma weak pthread_rwlock_rdlock
131 # pragma weak pthread_rwlock_wrlock
132 # pragma weak pthread_rwlock_unlock
133 # pragma weak pthread_rwlock_destro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duser_syms.c43 extern void readdir64(void) __attribute__((weak));
45 extern void truncate64(void) __attribute__((weak));
111 extern void __stack_smash_handler(void *) __attribute__((weak));
114 extern long __guard __attribute__((weak));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvgetcpu.c36 __attribute__((weak, alias("__vdso_getcpu")));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
152 my %weak; # List of weak functions
157 my $weak_regex; # Match a weak function (return function)
395 # Step 1: find all the local (static functions) and weak symbols.
396 # 't' is local, 'w/W' is weak
403 $weak{$2} = $1;
422 # Sanity check on weak function. A weak function may be overwritten by
424 if (defined $weak{
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/oprofile/
H A Dcommon.c19 extern struct op_axp_model op_model_ev4 __attribute__((weak));
20 extern struct op_axp_model op_model_ev5 __attribute__((weak));
21 extern struct op_axp_model op_model_pca56 __attribute__((weak));
22 extern struct op_axp_model op_model_ev6 __attribute__((weak));
23 extern struct op_axp_model op_model_ev67 __attribute__((weak));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c57 __attribute((weak));
59 __attribute((weak));
62 __attribute((weak));
65 __attribute((weak));
67 __attribute((weak));
69 __attribute((weak));
71 __attribute((weak));
73 __attribute((weak));
75 __attribute((weak));
77 __attribute((weak));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c57 __attribute((weak));
59 __attribute((weak));
62 __attribute((weak));
65 __attribute((weak));
67 __attribute((weak));
69 __attribute((weak));
71 __attribute((weak));
73 __attribute((weak));
75 __attribute((weak));
77 __attribute((weak));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dplatform.c24 r platform_##f a __attribute__((weak, alias("__platform_"#f)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlinkage.h74 .weak name; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c57 __attribute((weak));
59 __attribute((weak));
62 __attribute((weak));
65 __attribute((weak));
67 __attribute((weak));
69 __attribute((weak));
71 __attribute((weak));
73 __attribute((weak));
75 __attribute((weak));
77 __attribute((weak));
[all...]

Completed in 208 milliseconds

123456