Searched refs:__WEAK (Results 1 – 25 of 27) sorted by relevance
12
17 bool __WEAK stm32_exti0_irq(void) { in stm32_exti0_irq()21 bool __WEAK stm32_exti1_irq(void) { in stm32_exti1_irq()25 bool __WEAK stm32_exti2_irq(void) { in stm32_exti2_irq()29 bool __WEAK stm32_exti3_irq(void) { in stm32_exti3_irq()33 bool __WEAK stm32_exti4_irq(void) { in stm32_exti4_irq()37 bool __WEAK stm32_exti5_irq(void) { in stm32_exti5_irq()41 bool __WEAK stm32_exti6_irq(void) { in stm32_exti6_irq()45 bool __WEAK stm32_exti7_irq(void) { in stm32_exti7_irq()49 bool __WEAK stm32_exti8_irq(void) { in stm32_exti8_irq()53 bool __WEAK stm32_exti9_irq(void) { in stm32_exti9_irq()[all …]
60 #ifndef __WEAK61 #define __WEAK __weak macro93 #ifndef __WEAK94 #define __WEAK __attribute__((weak)) macro125 #ifndef __WEAK126 #define __WEAK __weak macro158 #ifndef __WEAK159 #define __WEAK __attribute__((weak)) macro197 #ifndef __WEAK198 #define __WEAK __attribute__((weak)) macro
17 __WEAK void platform_init_mmu_mappings(void) { in platform_init_mmu_mappings()20 __WEAK void platform_early_init(void) { in platform_early_init()23 __WEAK void platform_init(void) { in platform_init()26 __WEAK void platform_quiesce(void) { in platform_quiesce()
17 __WEAK void platform_pputc(char c) { in platform_pputc()21 __WEAK int platform_pgetc(char *c, bool wait) { in platform_pgetc()
25 __WEAK void platform_halt(platform_halt_action suggested_action, in platform_halt()
18 __WEAK void target_early_init(void) { in target_early_init()21 __WEAK void target_init(void) { in target_init()24 __WEAK void target_quiesce(void) { in target_quiesce()
88 #ifndef __WEAK89 #define __WEAK __attribute__((weak)) macro160 #ifndef __WEAK161 #define __WEAK __attribute__((weak)) macro231 #ifndef __WEAK232 #define __WEAK __weak macro
241 #undef __WEAK /* undo the definition from DLib_Defaults.h */242 #ifndef __WEAK244 #define __WEAK __attribute__((weak)) macro246 #define __WEAK _Pragma("__weak") macro
75 #ifndef __WEAK76 #define __WEAK __attribute__((weak)) macro
51 #ifndef __WEAK52 #define __WEAK __attribute__((weak)) macro
28 extern const struct lk_init_struct __start_lk_init __WEAK;29 extern const struct lk_init_struct __stop_lk_init __WEAK;
16 extern const struct app_descriptor __start_apps __WEAK;17 extern const struct app_descriptor __stop_apps __WEAK;
15 extern struct device __start_devices __WEAK;16 extern struct device __stop_devices __WEAK;
171 void __WEAK _systick(void) { in _systick()176 void __WEAK _debugmonitor(void) { in _debugmonitor()
15 __WEAK status_t moot_mount_default_fs(char **mount_path, char **device_name) { in moot_mount_default_fs()
77 __WEAK
23 __WEAK void watchdog_handler(watchdog_t *dog) { in watchdog_handler()
156 __WEAK void arm64_syscall(struct arm64_iframe_long *iframe, bool is_64bit) { in arm64_syscall()
30 #define __WEAK __attribute__((weak)) macro
46 extern const struct fs_impl __start_fs_impl __WEAK;47 extern const struct fs_impl __stop_fs_impl __WEAK;
283 __WEAK bool platform_abort_autoboot(void) { in platform_abort_autoboot()
102 __WEAK void arm_syscall_handler(struct arm_fault_frame *frame) { in arm_syscall_handler()
80 extern const console_cmd_block __start_commands __WEAK;81 extern const console_cmd_block __stop_commands __WEAK;
39 __WEAK void ps7_init(void) { } in ps7_init()
Completed in 45 milliseconds