Home
last modified time | relevance | path

Searched defs:llext (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dllext.h77 struct llext { struct
79 sys_snode_t _llext_list; argument
88 /** Name of the llext */ argument
100 /** Total llext allocation size */ argument
109 struct llext_symtable sym_tab; argument
112 * Table of symbols exported by the llext via @ref LL_EXTENSION_SYMBOL. argument
116 struct llext_symtable exp_tab; argument
122 struct llext *dependency[LLEXT_MAX_DEPENDENCIES]; argument
131 static inline const elf_shdr_t *llext_section_headers(const struct llext *ext) in llext_section_headers() argument
/Zephyr-latest/doc/services/llext/
Dindex.rst1 .. _llext: target
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c108 static void threads_objects_test_setup(struct llext *, struct k_thread *llext_thread) in threads_objects_test_setup()
335 ZTEST(llext, test_inter_ext) in ZTEST() argument
370 ZTEST(llext, test_pre_located) in ZTEST() argument
398 ZTEST(llext, test_find_section) in ZTEST() argument
462 ZTEST(llext, test_detached) in ZTEST() argument
510 ZTEST(llext, test_fs_loader) in ZTEST() argument
554 ZTEST(llext, test_printk_exported) in ZTEST() argument
567 ZTEST(llext, test_ext_syscall_fail) in ZTEST() argument