nuttx/binfmt/libelf
Xiang Xiao 879dab08a6 binfmt: Move elf_allocbuffer to elf_sectname and elf_symname
it's better to allocate the buffer just before really use it.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-07-16 14:17:07 +03: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
libelf_addrenv.c sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02: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 binfmt: Move elf_allocbuffer to elf_sectname and elf_symname 2023-07-16 14:17:07 +03:00
libelf_dtors.c binfmt: Move elf_allocbuffer to elf_sectname and elf_symname 2023-07-16 14:17:07 +03:00
libelf_init.c binfmt/elf: Replace nx_stat with file_stat 2023-07-06 09:20:24 -03:00
libelf_iobuffer.c
libelf_load.c
libelf_read.c
libelf_sections.c binfmt: Move elf_allocbuffer to elf_sectname and elf_symname 2023-07-16 14:17:07 +03:00
libelf_symbols.c binfmt: Move elf_allocbuffer to elf_sectname and elf_symname 2023-07-16 14:17:07 +03:00
libelf_uninit.c
libelf_unload.c
libelf_verify.c elf: Replace {0x7f, 'E', 'L', 'F'} to EI_MAGIC 2023-07-06 09:15:50 -03:00
libelf.h
Make.defs binfmt: Move [elf|nxflat]_[un]initialize to private header file 2023-07-10 23:03:17 +03:00