Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_weak_stubs.c29 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/
Dlll.c43 __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()
Decb.c10 __attribute__((weak)) void ecb_encrypt(uint8_t const *const key_le, in ecb_encrypt()
/Zephyr-latest/include/zephyr/toolchain/
Dmwdt.h80 .weak \symbol
85 .weak \symbol
100 .weak symbol
105 .weak symbol
Dgcc.h376 #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/
Dmemctl_default.S42 .weak __memctl_default
Dmemerror_vector.S41 .weak _MemErrorHandler
Dreset_vector.S271 .weak _ResetSync
621 .weak _Level&level&FromVector
635 .weak _Pri_&level&_HandlerAddress
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_extra_cpu_if_stubs.c26 F_TRAMP_BODY_LIST(NATIVE_SIMULATOR_IF __attribute__((weak)) void nsif_cpu,
Dbstests_entry.c27 __attribute__((weak)) bst_test_install_t test_installers[] = { NULL };
/Zephyr-latest/samples/drivers/w1/scanner/
Dds2485.overlay9 weak-pullup = "1000";
/Zephyr-latest/tests/drivers/w1/w1_api/
Dds2485.overlay9 weak-pullup = "1000";
/Zephyr-latest/lib/libc/iar/src/
Dlibc-hooks.c29 #pragma weak __write
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld10 * absolute address 0 so other weak symbols are exported as NULL.
/Zephyr-latest/arch/xtensa/core/
Dcrt1.S137 .weak __memmap_init
/Zephyr-latest/tests/drivers/build_all/w1/
Dapp.overlay76 weak-pullup = "1000";
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dcrt0.S42 .weak _irq_vector_table
/Zephyr-latest/lib/os/
Dprintk.c47 __attribute__((weak)) int arch_printk_char_out(int c) in arch_printk_char_out()
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst41 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/
DKconfig.tls-generic506 - 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/
Dlinker.ld182 * above, which may emit "GOT indirections" for the weak symbol
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c121 __attribute__((weak)) void board_flexspi_clock_safe_config(void) in board_flexspi_clock_safe_config()
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst162 * 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/
DKconfig.tfm166 Instead the application will have to override the weak ARM
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst265 :kconfig:option:`CONFIG_PM` because empty weak stubs were provided, however,

12