Lines Matching full:llext
11 #include <zephyr/llext/elf.h>
12 #include <zephyr/llext/llext.h>
13 #include <zephyr/llext/buf_loader.h>
14 #include <zephyr/llext/fs_loader.h>
46 struct llext *m = llext_by_name(argv[1]); in cmd_llext_list_symbols()
49 shell_print(sh, "No such llext %s", argv[1]); in cmd_llext_list_symbols()
66 struct llext *ext;
69 static int llext_shell_name_cb(struct llext *ext, void *arg) in llext_shell_name_cb()
111 static int llext_shell_list_cb(struct llext *ext, void *arg) in llext_shell_list_cb()
147 LOG_DBG("hex2bin hex len %d, llext buf sz %d, read %d", in cmd_llext_load_hex()
152 struct llext *ext; in cmd_llext_load_hex()
166 struct llext *ext = llext_by_name(argv[1]); in cmd_llext_unload()
181 struct llext *ext = llext_by_name(argv[1]); in cmd_llext_call_fn()
213 struct llext *ext; in cmd_llext_load_fs()
242 SHELL_CMD_REGISTER(llext, &sub_llext, "Loadable extension commands", NULL);