nuttx/binfmt/libelf
cuiziwei e21885b84a nuttx/boards:Uniform initialization format for init_array.
(1) Keep the `.init_array` and `.ctors` symbols and sort them according to their initialization priority.
(2) Exclude symbols ending with crtend.* and crtbegin.* to support c++
application.if we not exclude crtend.* crtbegin.* frame_dummy will be
added when enable any c++ application with global variables, this symbol
execution is problematic, removing it does not affect the application.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-08-19 19:48:32 +08:00
..
CMakeLists.txt
gnu-elf.ld nuttx/boards:Uniform initialization format for init_array. 2024-08-19 19:48:32 +08:00
Kconfig
libelf_addrenv.c
libelf_bind.c
libelf_coredump.c coredump:support coredump aligned access registers 2024-08-12 02:02:25 +08:00
libelf_ctors.c
libelf_dtors.c
libelf_init.c
libelf_iobuffer.c
libelf_load.c binfmt/elf_loadfile: Set sh_addr even if SHF_ALLOC == 0 2024-08-07 08:45:50 +08:00
libelf_read.c
libelf_sections.c
libelf_symbols.c
libelf_uninit.c
libelf_unload.c
libelf_verify.c
libelf.h
Make.defs