zephyr/subsys/llext
Luca Burelli 741c5b5a98 llext: rework debug code in llext_link
This removes 'return' statements affecting code flow from debug code in
llext_link(). Also, all valid relocations are tried before returning an
error, so that the user can see all the errors (most likely missing
symbols) at once.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2025-06-19 14:00:11 +02:00
..
buf_loader.c
CMakeLists.txt llext: add context save and restore 2025-06-10 12:52:38 -04:00
fs_loader.c
Kconfig llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext_experimental.c llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext_export.c
llext_handlers.c
llext_link.c llext: rework debug code in llext_link 2025-06-19 14:00:11 +02:00
llext_load.c llext: optimize allocations for read-only sections 2025-03-21 14:41:30 -04:00
llext_mem.c llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
llext_priv.h llext: add context save and restore 2025-06-10 12:52:38 -04:00
llext.c llext: add context save and restore 2025-06-10 12:52:38 -04:00
shell.c llext: fix fixed-length name buffer usage 2025-03-19 01:23:59 +01:00