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

Linkable loadable extension. More...

#include <llext.h>

Data Fields

char name [16]
 Name of the llext.
 
void * mem [LLEXT_MEM_COUNT]
 Lookup table of llext memory regions.
 
size_t mem_size
 Total size of the llext memory usage.
 
struct llext_symtable sym_tab
 Exported symbols from the llext, may be linked against by other llext.
 

Detailed Description

Linkable loadable extension.

Field Documentation

◆ mem

void* llext::mem[LLEXT_MEM_COUNT]

Lookup table of llext memory regions.

◆ mem_size

size_t llext::mem_size

Total size of the llext memory usage.

◆ name

char llext::name[16]

Name of the llext.

◆ sym_tab

struct llext_symtable llext::sym_tab

Exported symbols from the llext, may be linked against by other llext.


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