Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
symbol.h File Reference
#include <zephyr/sys/iterable_sections.h>
#include <zephyr/toolchain.h>
#include <stddef.h>

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.