Searched refs:llext_buf_loader (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/llext/ |
| D | buf_loader.c | 14 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()
|
| D | shell.c | 144 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/ |
| D | main_module.c | 23 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(llext_buf, llext_buf_len); in main()
|
| /Zephyr-latest/include/zephyr/llext/ |
| D | buf_loader.h | 27 struct llext_buf_loader { struct
|
| /Zephyr-latest/tests/subsys/llext/src/ |
| D | test_llext.c | 125 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/ |
| D | main.c | 55 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(extension_llext, in load_and_run_extension()
|
| /Zephyr-latest/samples/subsys/llext/edk/app/src/ |
| D | main.c | 74 struct llext_buf_loader buf_loader = LLEXT_BUF_LOADER(buf, len); in load()
|
| /Zephyr-latest/doc/services/llext/ |
| D | config.rst | 70 :c:struct:`llext_buf_loader`.
|
| D | load.rst | 16 :c:struct:`llext_buf_loader`.
|