Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Symbols are named memory addresses. More...

#include <symbol.h>

Data Fields

char * name
 Name of symbol.
 
void * addr
 Address of symbol.
 

Detailed Description

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.

Field Documentation

◆ addr

void* llext_symbol::addr

Address of symbol.

◆ name

char* llext_symbol::name

Name of symbol.


The documentation for this struct was generated from the following file: