Home
last modified time | relevance | path

Searched refs:LLEXT_MEM_EXPORT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_load.c262 mem_idx = LLEXT_MEM_EXPORT; in llext_map_sections()
386 j == LLEXT_MEM_EXPORT) { in llext_map_sections()
394 if (i == LLEXT_MEM_EXPORT || j == LLEXT_MEM_EXPORT) { in llext_map_sections()
519 elf_shdr_t *shdr = ldr->sects + LLEXT_MEM_EXPORT; in llext_export_symbols()
536 for (i = 0, sym = ext->mem[LLEXT_MEM_EXPORT]; in llext_export_symbols()
/Zephyr-latest/include/zephyr/llext/
Dllext.h49 LLEXT_MEM_EXPORT, /**< Exported symbol table */ enumerator