zephyr/subsys/llext
Guennadi Liakhovetski ae8c373314 LLEXT: fix a needless allocation
When CONFIG_LLEXT_STORAGE_WRITABLE is selected and .pre_located is
set, the BSS section is allocated by the user too, no need to
allocate it internally.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2024-11-16 14:56:23 -05:00
..
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
Kconfig llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
buf_loader.c llext: add llext_peek() 2023-11-10 10:40:26 +01:00
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: fix a needless allocation 2024-11-16 14:56:23 -05:00
llext_mem.c LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
llext_priv.h LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00