Zephyr API 3.6.99
|
Symbols are named memory addresses. More...
#include <symbol.h>
Data Fields | |
const char * | name |
Name of symbol. | |
void * | addr |
Address of symbol. | |
Symbols are named memory addresses.
Symbols may be named function or global objects that have been exported for linking. These are mutable and should come from extensions where the location may need updating depending on where memory is placed.
void* llext_symbol::addr |
Address of symbol.
const char* llext_symbol::name |
Name of symbol.