nuttx/libs/libc/dlfcn
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 dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00
Kconfig
lib_dladdr.c dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00
lib_dlclose.c
lib_dlerror.c
lib_dlopen.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
lib_dlsym.c
lib_dlsymtab.c
Make.defs dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00