When loading an extension, read-only sections that do not have relocations and whose data is accessible from the ELF buffer can be directly mapped as-is in the extension memory. This avoids the need to allocate and copy unmodified data from the ELF buffer to the LLEXT heap. Signed-off-by: Luca Burelli <l.burelli@arduino.cc> |
||
|---|---|---|
| .. | ||
| buf_loader.c | ||
| CMakeLists.txt | ||
| fs_loader.c | ||
| Kconfig | ||
| llext_export.c | ||
| llext_handlers.c | ||
| llext_link.c | ||
| llext_load.c | ||
| llext_mem.c | ||
| llext_priv.h | ||
| llext.c | ||
| shell.c | ||