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
loader.h File Reference
#include <zephyr/llext/elf.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

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

Enumerations

enum  llext_section {
  LLEXT_SECT_TEXT , LLEXT_SECT_DATA , LLEXT_SECT_RODATA , LLEXT_SECT_BSS ,
  LLEXT_SECT_REL_TEXT , LLEXT_SECT_REL_DATA , LLEXT_SECT_REL_RODATA , LLEXT_SECT_REL_BSS ,
  LLEXT_SECT_SYMTAB , LLEXT_SECT_STRTAB , LLEXT_SECT_SHSTRTAB , LLEXT_SECT_COUNT
}
 Enum of sections for lookup tables. More...