Home
last modified time | relevance | path

Searched refs:llext_call_fn (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dllext.h308 int llext_call_fn(struct llext *ext, const char *sym_name);
/Zephyr-latest/subsys/llext/
Dshell.c188 llext_call_fn(ext, argv[2]); in cmd_llext_call_fn()
Dllext.c290 int llext_call_fn(struct llext *ext, const char *sym_name) in llext_call_fn() function
/Zephyr-latest/doc/services/llext/
Dload.rst61 :c:func:`llext_call_fn`.
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c223 zassert_ok(llext_call_fn(ext, "test_entry"), in load_call_unload()