Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | llext_const_symbol |
Constant symbols are unchangeable named memory addresses. More... | |
struct | llext_symbol |
Symbols are named memory addresses. More... | |
struct | llext_symtable |
A symbol table. More... | |
Macros | |
#define | EXPORT_SYMBOL(x) |
Export a constant symbol to extensions. | |
#define | LL_EXTENSION_SYMBOL(x) |
Exports a symbol from an extension to the base image. | |