Home
last modified time | relevance | path

Searched refs:llext_symtable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/llext/
Dllext.h57 struct llext_symtable sym_tab;
107 const void * const llext_find_sym(const struct llext_symtable *sym_table, const char *sym_name);
Dsymbol.h59 struct llext_symtable { struct
/Zephyr-Core-3.5.0/subsys/llext/
Dllext.c58 const void * const llext_find_sym(const struct llext_symtable *sym_table, const char *sym_name) in llext_find_sym()