nuttx/libs/libc/modlib
dongjiuzhu1 3b0e2be058 binfmt/modlib: support loading each sections to different memory for Relocate object
The feature depends on ARCH_USE_SEPARATED_SECTION
the different memory area has different access speed and cache
capability, so the arch can custom allocate them based on
section names to achieve performance optimization

test:
sim:elf
sim:sotest

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2024-10-08 23:51:33 +08:00
..
CMakeLists.txt
gnu-elf.ld
Kconfig
Make.defs
modlib_bind.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
modlib_depend.c
modlib_globals.S greenhills: fix macro undefined warning 2024-08-24 20:43:53 +08:00
modlib_init.c
modlib_iobuffer.c
modlib_load.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
modlib_loadhdrs.c
modlib_read.c
modlib_registry.c
modlib_sections.c
modlib_symbols.c
modlib_symtab.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
modlib_uninit.c
modlib_unload.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
modlib_verify.c
modlib.h