| /OK3568_Linux_fs/u-boot/common/ |
| H A D | kgdb_stubs.c | 15 __attribute__((weak)) 21 __attribute__((weak)) 27 __attribute__((weak)) 35 __attribute__((weak)) 41 __attribute__((weak)) 47 __attribute__((weak)) 53 __attribute__((weak))
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | psci.S | 42 .weak psci_fiq_enter 47 .weak default_psci_vector 87 .weak psci_version 88 .weak psci_cpu_suspend 89 .weak psci_cpu_off 90 .weak psci_cpu_on 91 .weak psci_affinity_info 92 .weak psci_migrate 93 .weak psci_migrate_info_type 94 .weak psci_migrate_info_up_cpu [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vclock_gettime.c | 26 __attribute__((weak, alias("__vdso_gettimeofday"))); 33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time"))); 47 __attribute__((weak, alias("__vdso_clock_gettime"))); 55 __attribute__((weak, alias("__vdso_clock_getres"))); 68 __attribute__((weak, alias("__vdso_clock_gettime"))); 76 __attribute__((weak, alias("__vdso_clock_gettime64"))); 84 __attribute__((weak, alias("__vdso_clock_getres")));
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-dr.c | 36 int strong, weak; in drff_play() local 39 weak = effect->u.rumble.weak_magnitude; in drff_play() 41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 43 if (strong || weak) { in drff_play() 45 weak = weak * 0xff / 0xffff; in drff_play() 50 if (weak == 0x0a) in drff_play() 51 weak = 0x0b; in drff_play() 55 drff->report->field[0]->value[2] = weak; in drff_play() 68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
| H A D | hid-pl.c | 44 s32 *weak; member 62 *plff->weak = right; in hid_plff_play() 81 s32 *weak; in plff_init() local 121 weak = &report->field[0]->value[3]; in plff_init() 134 weak = &report->field[3]->value[0]; in plff_init() 159 plff->weak = weak; in plff_init() 163 *weak = 0x00; in plff_init()
|
| H A D | hid-mf.c | 38 int strong, weak; in mf_play() local 41 weak = effect->u.rumble.weak_magnitude; in mf_play() 43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play() 46 weak = weak * 0xff / 0xffff; in mf_play() 48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play() 50 mf->report->field[0]->value[0] = weak; in mf_play()
|
| H A D | hid-emsff.c | 27 int weak, strong; in emsff_play() local 29 weak = effect->u.rumble.weak_magnitude; in emsff_play() 32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 34 weak = weak * 0xff / 0xffff; in emsff_play() 37 emsff->report->field[0]->value[1] = weak; in emsff_play() 40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
| H A D | hid-lg2ff.c | 27 int weak, strong; in play_effect() local 30 weak = effect->u.rumble.weak_magnitude; in play_effect() 32 if (weak || strong) { in play_effect() 33 weak = weak * 0xff / 0xffff; in play_effect() 37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | malloc.h | 862 #pragma weak calloc = __libc_calloc 863 #pragma weak free = __libc_free 864 #pragma weak cfree = __libc_free 865 #pragma weak malloc = __libc_malloc 866 #pragma weak memalign = __libc_memalign 867 #pragma weak realloc = __libc_realloc 868 #pragma weak valloc = __libc_valloc 869 #pragma weak pvalloc = __libc_pvalloc 870 #pragma weak mallinfo = __libc_mallinfo 871 #pragma weak mallopt = __libc_mallopt
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/ |
| H A D | 0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch | 6 gold refuses to link in undefined weak symbols which 25 - __attribute__ ((weak, visibility("hidden"))); \ 26 + __attribute__ ((weak, visibility("default"))); \ 28 - __attribute__ ((weak, visibility("hidden"))); \ 29 + __attribute__ ((weak, visibility("default"))); \
|
| /OK3568_Linux_fs/kernel/arch/x86/um/vdso/ |
| H A D | um_vdso.c | 26 __attribute__((weak, alias("__vdso_clock_gettime"))); 38 __attribute__((weak, alias("__vdso_gettimeofday"))); 50 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time"))); 68 __attribute__((weak, alias("__vdso_getcpu")));
|
| /OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/ |
| H A D | cpld.c | 27 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read"))); 36 __attribute__((weak, alias("__cpld_write"))); 45 void cpld_reset(void) __attribute__((weak, alias("__cpld_reset"))); 59 __attribute__((weak, alias("__cpld_set_altbank"))); 69 __attribute__((weak, alias("__cpld_set_defbank")));
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | ngpixis.c | 45 u8 pixis_read(unsigned int reg) __attribute__((weak, alias("__pixis_read"))); 54 __attribute__((weak, alias("__pixis_write"))); 65 void pixis_reset(void) __attribute__((weak, alias("__pixis_reset"))); 77 void pixis_bank_reset(void) __attribute__((weak, alias("__pixis_bank_reset"))); 94 void clear_altbank(void) __attribute__((weak, alias("__clear_altbank"))); 117 void set_altbank(void) __attribute__((weak, alias("__set_altbank")));
|
| /OK3568_Linux_fs/kernel/arch/alpha/oprofile/ |
| H A D | common.c | 19 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));
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/ |
| H A D | shared_thread_pool.cpp | 6 static std::weak_ptr<ThreadPool> weak; in sharedThreadPool() local 7 auto pool = weak.lock(); in sharedThreadPool() 9 weak = pool = std::make_shared<ThreadPool>(4); in sharedThreadPool()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0012-Use-off64_t-instead-of-__off64_t.patch | 24 - __off64_t offset) __attribute__ ((weak)); 25 + off64_t offset) __attribute__ ((weak)); 28 - __off64_t offset) __attribute__ ((weak)); 29 + off64_t offset) __attribute__ ((weak));
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | user_syms.c | 44 extern void readdir64(void) __attribute__((weak)); 46 extern void truncate64(void) __attribute__((weak)); 112 extern void __stack_smash_handler(void *) __attribute__((weak)); 115 extern long __guard __attribute__((weak));
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/ |
| H A D | cpu_info.c | 31 __attribute__((weak, alias("__rmobile_get_cpu_type"))); 38 __attribute__((weak, alias("__rmobile_get_cpu_rev_integer"))); 45 __attribute__((weak, alias("__rmobile_get_cpu_rev_fraction")));
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | recordmcount.pl | 154 my %weak; # List of weak functions 419 $weak{$2} = $1; 440 if (defined $weak{$ref_func}) { 518 if (!defined($locals{$text}) && !defined($weak{$text})) { 524 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | recordmcount.pl | 154 my %weak; # List of weak functions 419 $weak{$2} = $1; 440 if (defined $weak{$ref_func}) { 518 if (!defined($locals{$text}) && !defined($weak{$text})) { 524 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.pl | 163 my %weak; # List of weak functions 451 $weak{$2} = $1; 472 if (defined $weak{$ref_func}) { 558 if (!defined($locals{$text}) && !defined($weak{$text})) { 564 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | recordmcount.pl | 163 my %weak; # List of weak functions 448 $weak{$2} = $1; 469 if (defined $weak{$ref_func}) { 555 if (!defined($locals{$text}) && !defined($weak{$text})) { 561 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | recordmcount.pl | 163 my %weak; # List of weak functions 451 $weak{$2} = $1; 472 if (defined $weak{$ref_func}) { 558 if (!defined($locals{$text}) && !defined($weak{$text})) { 564 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | recordmcount.pl | 163 my %weak; # List of weak functions 451 $weak{$2} = $1; 472 if (defined $weak{$ref_func}) { 558 if (!defined($locals{$text}) && !defined($weak{$text})) { 564 if (!defined($ref_func) && !defined($weak{$text}) &&
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | recordmcount.pl | 163 my %weak; # List of weak functions 448 $weak{$2} = $1; 469 if (defined $weak{$ref_func}) { 555 if (!defined($locals{$text}) && !defined($weak{$text})) { 561 if (!defined($ref_func) && !defined($weak{$text}) &&
|