Searched refs:weak (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_weak_stubs.c | 29 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _pre_cmdline_hooks(void) { }) 30 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _pre_hw_init_hooks(void) { }) 31 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, 33 F_TRAMP_BODY_LIST(__attribute__((weak)) int nsif_cpu, _cleanup(void) { return 0; }) 34 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _irq_raised(void) { }) 35 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _irq_raised_from_sw(void) { }) 36 F_TRAMP_BODY_LIST(__attribute__((weak)) int nsif_cpu, _test_hook(void *p) { return 0; })
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | lll.c | 43 __attribute__((weak)) int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() 49 __attribute__((weak)) int lll_csrand_isr_get(void *buf, size_t len) in lll_csrand_isr_get()
|
D | ecb.c | 10 __attribute__((weak)) void ecb_encrypt(uint8_t const *const key_le, in ecb_encrypt()
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | mwdt.h | 80 .weak \symbol 85 .weak \symbol 100 .weak symbol 105 .weak symbol
|
D | gcc.h | 376 #define WTEXT(sym) .weak sym; .type sym, %function 377 #define WDATA(sym) .weak sym; .type sym, %object 395 .weak \symbol
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | memctl_default.S | 42 .weak __memctl_default
|
D | memerror_vector.S | 41 .weak _MemErrorHandler
|
D | reset_vector.S | 271 .weak _ResetSync 621 .weak _Level&level&FromVector 635 .weak _Pri_&level&_HandlerAddress
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_extra_cpu_if_stubs.c | 26 F_TRAMP_BODY_LIST(NATIVE_SIMULATOR_IF __attribute__((weak)) void nsif_cpu,
|
D | bstests_entry.c | 27 __attribute__((weak)) bst_test_install_t test_installers[] = { NULL };
|
/Zephyr-latest/samples/drivers/w1/scanner/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-latest/tests/drivers/w1/w1_api/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-latest/lib/libc/iar/src/ |
D | libc-hooks.c | 29 #pragma weak __write
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 10 * absolute address 0 so other weak symbols are exported as NULL.
|
/Zephyr-latest/arch/xtensa/core/ |
D | crt1.S | 137 .weak __memmap_init
|
/Zephyr-latest/tests/drivers/build_all/w1/ |
D | app.overlay | 76 weak-pullup = "1000";
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | crt0.S | 42 .weak _irq_vector_table
|
/Zephyr-latest/lib/os/ |
D | printk.c | 47 __attribute__((weak)) int arch_printk_char_out(int c) in arch_printk_char_out()
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 41 a default implementation with weak linkage which invokes a kernel oops if 241 function has a default implementation with weak linkage that calls
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 506 - there is no fallback to weak entropy random generators. 524 sources which are enabled in the system: if weak entropy sources are 542 number generation, but have it using weak random sources (non
|
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 182 * above, which may emit "GOT indirections" for the weak symbol
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | soc.c | 121 __attribute__((weak)) void board_flexspi_clock_safe_config(void) in board_flexspi_clock_safe_config()
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 162 * A weak verification function is declared, which is just an alias of the 166 API call, but the sensor subsystem is not enabled, the weak verifier
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm | 166 Instead the application will have to override the weak ARM
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 265 :kconfig:option:`CONFIG_PM` because empty weak stubs were provided, however,
|
12