Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Data Structures | |
struct | llext_buf_loader |
Implementation of llext_loader that reads from a memory buffer. More... | |
struct | llext_loader |
Linkable loadable extension loader context. More... | |
Macros | |
#define | LLEXT_BUF_LOADER(_buf, _buf_len) |
Initializer for an llext_buf_loader structure. | |
#define LLEXT_BUF_LOADER | ( | _buf, | |
_buf_len | |||
) |
#include <include/zephyr/llext/buf_loader.h>
Initializer for an llext_buf_loader structure.
_buf | Buffer containing the ELF binary |
_buf_len | Buffer length in bytes |