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

Loader context for llext. More...

Data Structures

struct  llext_loader
 Linkable loadable extension loader context. More...
 

Functions

static int llext_read (struct llext_loader *l, void *buf, size_t len)
 
static int llext_seek (struct llext_loader *l, size_t pos)
 
static void * llext_peek (struct llext_loader *l, size_t pos)
 

Detailed Description

Loader context for llext.

Function Documentation

◆ llext_peek()

static void * llext_peek ( struct llext_loader l,
size_t  pos 
)
inlinestatic

◆ llext_read()

static int llext_read ( struct llext_loader l,
void *  buf,
size_t  len 
)
inlinestatic

◆ llext_seek()

static int llext_seek ( struct llext_loader l,
size_t  pos 
)
inlinestatic