/openbmc/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))
|
/openbmc/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 …]
|
/openbmc/linux/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")));
|
/openbmc/linux/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-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()
|
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-megaworld.c | 20 s32 *weak; member 31 *mwctrl->weak = effect->u.rumble.weak_magnitude >> 8; in mwctrl_play() 83 mwctrl->weak = &report->field[3]->value[0]; in mwctrl_init()
|
/openbmc/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
|
/openbmc/openbmc/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"))); \
|
/openbmc/linux/arch/x86/um/vdso/ |
H A D | um_vdso.c | 28 __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")));
|
/openbmc/u-boot/board/freescale/p2041rdb/ |
H A D | cpld.c | 26 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read"))); 35 __attribute__((weak, alias("__cpld_write"))); 44 void cpld_reset(void) __attribute__((weak, alias("__cpld_reset"))); 58 __attribute__((weak, alias("__cpld_set_altbank"))); 68 __attribute__((weak, alias("__cpld_set_defbank")));
|
/openbmc/u-boot/board/freescale/common/ |
H A D | ngpixis.c | 44 u8 pixis_read(unsigned int reg) __attribute__((weak, alias("__pixis_read"))); 53 __attribute__((weak, alias("__pixis_write"))); 64 void pixis_reset(void) __attribute__((weak, alias("__pixis_reset"))); 76 void pixis_bank_reset(void) __attribute__((weak, alias("__pixis_bank_reset"))); 93 void clear_altbank(void) __attribute__((weak, alias("__clear_altbank"))); 116 void set_altbank(void) __attribute__((weak, alias("__set_altbank")));
|
/openbmc/bmcweb/include/ |
H A D | vm_websocket.hpp | 245 static void afterMount(const std::weak_ptr<NbdProxyServer>& weak, in afterMount() 249 std::shared_ptr<NbdProxyServer> self = weak.lock(); in afterMount() 264 static void afterAccept(const std::weak_ptr<NbdProxyServer>& weak, in afterAccept() 276 std::shared_ptr<NbdProxyServer> self = weak.lock(); in afterAccept() 294 [weak{weak_from_this()}](const boost::system::error_code& ec, in run() 296 afterMount(weak, ec, isBinary); in run() 312 static void afterSendEx(const std::weak_ptr<NbdProxyServer>& weak) in afterSendEx() 314 std::shared_ptr<NbdProxyServer> self2 = weak.lock(); in afterSendEx() 322 void afterRead(const std::weak_ptr<NbdProxyServer>& weak, in afterRead() 331 std::shared_ptr<NbdProxyServer> self = weak.lock(); in afterRead() [all …]
|
H A D | kvm_websocket.hpp | 86 [this, weak(weak_from_this())](const boost::system::error_code& ec, in doRead() 88 auto self = weak.lock(); in doRead() 138 [this, weak(weak_from_this())](const boost::system::error_code& ec, in doWrite() 140 auto self = weak.lock(); in doWrite()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | crt.h | 10 char **environ __attribute__((weak)); 11 const unsigned long *_auxv __attribute__((weak)); 16 __attribute__((weak))
|
H A D | stackprotector.h | 21 __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")))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0011-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));
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.cpp | 51 const std::weak_ptr<MCTPDDevice>& weak, const std::string& objpath, in onEndpointInterfacesRemoved() argument 63 if (auto self = weak.lock()) in onEndpointInterfacesRemoved() 98 auto onSetup = [weak{weak_from_this()}, added{std::move(added)}]( in setup() 108 if (auto self = weak.lock()) in setup() 236 [weak{weak_from_this()}, in subscribe() 238 if (auto self = weak.lock()) in subscribe() 250 [weak{weak_from_this()}, in subscribe() 262 if (auto self = weak.lock()) in subscribe()
|
H A D | MCTPReactor.cpp | 50 [weak{weak_from_this()}](const std::shared_ptr<MCTPEndpoint>& ep) { in trackEndpoint() 53 if (auto self = weak.lock()) in trackEndpoint() 96 dev->setup([weak{weak_from_this()}, in setupEndpoint() 99 auto self = weak.lock(); in setupEndpoint()
|
/openbmc/u-boot/arch/arm/mach-rmobile/ |
H A D | cpu_info.c | 34 __attribute__((weak, alias("__rmobile_get_cpu_type"))); 41 __attribute__((weak, alias("__rmobile_get_cpu_rev_integer"))); 48 __attribute__((weak, alias("__rmobile_get_cpu_rev_fraction")));
|
/openbmc/linux/scripts/ |
H A D | recordmcount.pl | 163 my %weak; # List of weak functions 410 $weak{$2} = $1; 431 if (defined $weak{$ref_func}) { 512 if (!defined($locals{$text}) && !defined($weak{$text})) { 518 if (!defined($ref_func) && !defined($weak{$text}) &&
|
/openbmc/linux/kernel/ |
H A D | kallsyms_internal.h | 20 __section(".rodata") __attribute__((weak)); 23 __section(".rodata") __attribute__((weak));
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | sdram_elpida.c | 129 __attribute__((weak, alias("emif_get_reg_dump_sdp"))); 145 __attribute__((weak, alias("emif_get_dmm_regs_sdp"))); 185 __attribute__((weak, alias("emif_get_device_details_sdp"))); 303 __attribute__((weak, alias("emif_get_device_timings_sdp")));
|