nuttx/binfmt/libelf
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 binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
gnu-elf.ld binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
Kconfig binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
libelf_addrenv.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
libelf_bind.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
libelf_coredump.c arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS 2024-09-13 23:18:58 +08:00
libelf_ctors.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_dtors.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_init.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_iobuffer.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_load.c binfmt/modlib: support loading each sections to different memory for Relocate object 2024-10-08 23:51:33 +08:00
libelf_read.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_sections.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_symbols.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_uninit.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_unload.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf_verify.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
libelf.h binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
Make.defs binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00