Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Symbols are named memory addresses. More...

#include <symbol.h>

Data Fields

const 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

const char* llext_symbol::name

Name of symbol.


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