nuttx/binfmt/libelf
wangjianyu3 0627b9970e binfmt: The program headers are optional.
Fix problems mentioned in:
https://github.com/apache/nuttx/pull/10462

Brief:
rv-virt:knsh64, qemu-7.2.4
qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt,aclint=on -bios none -kernel nuttx
```
[    0.006000] _assert: Current Version: NuttX  12.0.0 8a13da322d Sep  4 2023 14:31:15 risc-v
[    0.006000] _assert: Assertion failed : at file: init/nx_bringup.c:302 task: Idle_Task 0x800017fc
```

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2023-09-05 12:31:31 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
gnu-elf.ld libelf: Support prioritized init and fini arrays. 2023-04-22 01:28:01 +08:00
Kconfig binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
libelf_addrenv.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
libelf_bind.c binfmt: Move elf_allocbuffer to elf_sectname and elf_symname 2023-07-16 14:17:07 +03:00
libelf_coredump.c elf/coredump: alignment stack buffer to 64 to match gdb request 2023-05-30 23:00:23 +08:00
libelf_ctors.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
libelf_dtors.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
libelf_init.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
libelf_iobuffer.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
libelf_load.c binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
libelf_read.c binfmt: Support arch copy section by self for dynamic code loading 2023-09-04 12:23:26 +08:00
libelf_sections.c binfmt: The program headers are optional. 2023-09-05 12:31:31 +08:00
libelf_symbols.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
libelf_uninit.c binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
libelf_unload.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
libelf_verify.c binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
libelf.h binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
Make.defs binfmt: Move [elf|nxflat]_[un]initialize to private header file 2023-07-10 23:03:17 +03:00