zephyr/subsys/llext
Guennadi Liakhovetski c6bf743df2 LLEXT: add support for detached sections
Some LLEXT objects can include sections, that should not be merged
with other sections of the same type. E.g. when such sections should
be placed into locations, other than the default. Add support for
such sections.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2024-09-29 21:21:24 +02:00
..
CMakeLists.txt llext: add bringup, teardown, and bootstrap APIs 2024-09-06 11:27:15 -04:00
Kconfig llext: export DT devices to extensions 2024-09-25 12:59:13 +02:00
buf_loader.c
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
llext.c llext: make loader parameters "const" 2024-09-12 13:02:59 -04:00
llext_export.c build: namespace syscall sources to `zephyr/` 2024-05-28 22:03:55 +02:00
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: pass the whole struct llext_load_param 2024-09-29 21:21:24 +02:00
llext_load.c LLEXT: add support for detached sections 2024-09-29 21:21:24 +02:00
llext_mem.c llext: adjust memory permissions on MMU systems 2024-09-06 11:25:54 -04:00
llext_priv.h llext: pass the whole struct llext_load_param 2024-09-29 21:21:24 +02:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00