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

1234

/linux-master/tools/include/nolibc/
H A Dcrt.h10 char **environ __attribute__((weak));
11 const unsigned long *_auxv __attribute__((weak));
16 extern void (*const __preinit_array_start[])(void) __attribute__((weak));
17 extern void (*const __preinit_array_end[])(void) __attribute__((weak));
19 extern void (*const __init_array_start[])(void) __attribute__((weak));
20 extern void (*const __init_array_end[])(void) __attribute__((weak));
22 extern void (*const __fini_array_start[])(void) __attribute__((weak));
23 extern void (*const __fini_array_end[])(void) __attribute__((weak));
25 __attribute__((weak))
H A Dsignal.h16 __attribute__((weak,unused,section(".text.nolibc_raise")))
H A Dstackprotector.h21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
37 __attribute__((weak,section(".data.nolibc_stack_chk")))
H A Derrno.h14 int errno __attribute__((weak));
/linux-master/kernel/
H A Dkallsyms_internal.h20 __section(".rodata") __attribute__((weak));
23 __section(".rodata") __attribute__((weak));
/linux-master/arch/x86/entry/vdso/
H A Dvclock_gettime.c24 __attribute__((weak, alias("__vdso_gettimeofday")));
31 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
42 __attribute__((weak, alias("__vdso_clock_gettime")));
50 __attribute__((weak, alias("__vdso_clock_getres")));
60 __attribute__((weak, alias("__vdso_clock_gettime")));
68 __attribute__((weak, alias("__vdso_clock_gettime64")));
76 __attribute__((weak, alias("__vdso_clock_getres")));
H A Dvgetcpu.c22 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/arch/x86/um/vdso/
H A Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/drivers/hid/
H A Dhid-lg2ff.c27 int weak, strong; local
30 weak = effect->u.rumble.weak_magnitude;
32 if (weak || strong) {
33 weak = weak * 0xff / 0xffff;
37 lg2ff->report->field[0]->value[2] = weak;
H A Dhid-pl.c44 s32 *weak; member in struct:plff_device
62 *plff->weak = right;
81 s32 *weak; local
121 weak = &report->field[0]->value[3];
134 weak = &report->field[3]->value[0];
159 plff->weak = weak;
163 *weak = 0x00;
H A Dhid-emsff.c27 int weak, strong; local
29 weak = effect->u.rumble.weak_magnitude;
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak);
34 weak = weak * 0xff / 0xffff;
37 emsff->report->field[0]->value[1] = weak;
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak);
H A Dhid-mf.c38 int strong, weak; local
41 weak = effect->u.rumble.weak_magnitude;
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak);
46 weak = weak * 0xff / 0xffff;
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak);
50 mf->report->field[0]->value[0] = weak;
H A Dhid-dr.c36 int strong, weak; local
39 weak = effect->u.rumble.weak_magnitude;
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
43 if (strong || weak) {
45 weak = weak * 0xff / 0xffff;
50 if (weak == 0x0a)
51 weak = 0x0b;
55 drff->report->field[0]->value[2] = weak;
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
[all...]
H A Dhid-megaworld.c20 s32 *weak; member in struct:mwctrl_device
31 *mwctrl->weak = effect->u.rumble.weak_magnitude >> 8;
83 mwctrl->weak = &report->field[3]->value[0];
/linux-master/lib/
H A Diomap_copy.c19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to,
63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to,
/linux-master/scripts/
H A Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
163 my %weak; # List of weak functions
168 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...]
/linux-master/tools/perf/util/
H A Devsel_config.h51 bool weak; member in struct:evsel_config_term
/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak))
/linux-master/include/linux/
H A Ddelay.h60 void __attribute__((weak)) calibration_delay_done(void);
/linux-master/arch/powerpc/boot/
H A Dsimpleboot.c23 extern int platform_specific_init(void) __attribute__((weak));
/linux-master/arch/csky/abiv2/
H A Dmemset.S7 .weak memset
/linux-master/init/
H A Dcalibrate.c261 unsigned long __attribute__((weak)) calibrate_delay_is_known(void)
271 void __attribute__((weak)) calibration_delay_done(void)
/linux-master/arch/arm/mach-pxa/
H A Dgumstix.c195 int __attribute__((weak)) am200_init(void)
200 int __attribute__((weak)) am300_init(void)
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S105 .weak alpha_using_srm; alpha_using_srm = __alpha_using_srm
108 .weak callback_init_done; callback_init_done = __callback_init_done
/linux-master/arch/sh/drivers/pci/
H A Dops-sh4.c101 int __attribute__((weak)) pci_fixup_pcic(struct pci_channel *chan)

Completed in 688 milliseconds

1234