Home
last modified time | relevance | path

Searched refs:llext_buf_loader (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/llext/
Dbuf_loader.c14 struct llext_buf_loader *buf_l = CONTAINER_OF(l, struct llext_buf_loader, loader); in llext_buf_read()
26 struct llext_buf_loader *buf_l = CONTAINER_OF(l, struct llext_buf_loader, loader); in llext_buf_seek()
35 struct llext_buf_loader *buf_l = CONTAINER_OF(l, struct llext_buf_loader, loader); in llext_buf_peek()
Dshell.c144 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(llext_buf, llext_buf_len); in cmd_llext_load_hex()
/Zephyr-latest/samples/subsys/llext/modules/src/
Dmain_module.c23 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(llext_buf, llext_buf_len); in main()
/Zephyr-latest/include/zephyr/llext/
Dbuf_loader.h27 struct llext_buf_loader { struct
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c125 struct llext_buf_loader buf_loader = in load_call_unload()
367 struct llext_buf_loader buf_loader = in ZTEST()
426 struct llext_buf_loader buf_loader_dependency = in ZTEST()
428 struct llext_buf_loader buf_loader_dependent = in ZTEST()
459 struct llext_buf_loader buf_loader = in ZTEST()
495 struct llext_buf_loader buf_loader = in ZTEST()
551 struct llext_buf_loader buf_loader = in ZTEST()
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c55 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(extension_llext, in load_and_run_extension()
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c74 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(buf, len); in load()
/Zephyr-latest/doc/services/llext/
Dconfig.rst70 :c:struct:`llext_buf_loader`.
Dload.rst16 :c:struct:`llext_buf_loader`.