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 Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
lib_dladdr.c dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00
lib_dlclose.c dlfcn: Fix indent issue in lib_dlclose.c 2024-07-26 16:34:41 +02:00
lib_dlerror.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
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 libc/symtab: Don't include symtab.h in the header files 2023-07-10 23:03:17 +03:00
lib_dlsymtab.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
Make.defs dlfcn: Add stub for dladdr 2024-07-26 14:39:10 -03:00