zephyr/subsys/llext
Guennadi Liakhovetski a2a587ae20 llext: fix symbol exporting for ET_REL
When building relocatable extensions, exported symbol names might end
up in a separate section (in my case ".rodata.str1.1") for which
storage address don't match section address. To access those names
addresses have to be relalculated.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2025-02-11 10:11:31 +01:00
..
buf_loader.c
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
Kconfig llext: add option to import all global symbols 2025-01-29 11:04:33 +01:00
llext_export.c llext: fix link order for weak syscall symbols 2024-12-10 20:38:48 +01:00
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: fix symbol exporting for ET_REL 2025-02-11 10:11:31 +01:00
llext_load.c llext: fix symbol exporting for ET_REL 2025-02-11 10:11:31 +01:00
llext_mem.c llext: display section addresses in gdb-compatible format 2025-01-27 08:54:44 +01:00
llext_priv.h llext: fix symbol exporting for ET_REL 2025-02-11 10:11:31 +01:00
llext.c logging: Add a log flush operation 2025-01-15 09:33:28 +01:00
shell.c llext: shell: fix buffer alignment 2025-01-29 11:04:33 +01:00