zephyr/subsys/llext
Luca Burelli 1a2f6ae381 llext: refact: move ELF loading and linking to separate files
This commit moves ELF loading and linking code to separate files. This
is done to make the code more manageable and to make it easier to add
new features in the future.

No functional changes are introduced by this commit, except for a few
static functions now made public to allow this file split to occur.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2024-06-07 18:07:53 +01:00
..
CMakeLists.txt llext: refact: move ELF loading and linking to separate files 2024-06-07 18:07:53 +01:00
Kconfig llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
buf_loader.c
llext.c llext: refact: move ELF loading and linking to separate files 2024-06-07 18:07:53 +01:00
llext_export.c build: namespace syscall sources to `zephyr/` 2024-05-28 22:03:55 +02:00
llext_link.c llext: refact: move ELF loading and linking to separate files 2024-06-07 18:07:53 +01:00
llext_load.c llext: refact: move ELF loading and linking to separate files 2024-06-07 18:07:53 +01:00
llext_mem.c llext: refact: move memory code to llext_mem.c 2024-06-07 18:07:53 +01:00
llext_priv.h llext: refact: move ELF loading and linking to separate files 2024-06-07 18:07:53 +01:00
shell.c