Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
loader.h File Reference
#include <zephyr/llext/elf.h>
#include <stddef.h>
#include <zephyr/llext/llext.h>

Go to the source code of this file.

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)