|
Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
Linkable loadable extension symbol. More...
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 a table of symbols. | |
Linkable loadable extension symbol.
| #define EXPORT_SYMBOL | ( | x | ) |
#include <include/zephyr/llext/symbol.h>
Export a constant symbol to a table of symbols.
Takes a symbol (function or object) by symbolic name and adds the name and address of the symbol to a table of symbols that may be used for linking.
| x | Symbol to export |