zephyr/subsys/llext
Keith Packard 88359d998c subsys/llext: Allow .exported_sym to be between other data sections
There's no reason for the .exported_sym data to always land at one end of a
data region; the order of sections depends on the whim of the compiler and
assembler.

Ignore overlaps between that region and other data regions.

Signed-off-by: Keith Packard <keithp@keithp.com>
2024-09-16 20:17:35 +02:00
..
CMakeLists.txt llext: add bringup, teardown, and bootstrap APIs 2024-09-06 11:27:15 -04:00
Kconfig llext: Introduce AARCH64 relocation support 2024-09-12 14:48:55 +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
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: Add `RELA` sections processing for AARCH64 2024-09-12 14:48:55 +02:00
llext_load.c subsys/llext: Allow .exported_sym to be between other data sections 2024-09-16 20:17:35 +02:00
llext_mem.c llext: adjust memory permissions on MMU systems 2024-09-06 11:25:54 -04:00
llext_priv.h llext: make loader parameters "const" 2024-09-12 13:02:59 -04:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00