Skip to content
Commit 04d7e4f4 authored by Luca Burelli's avatar Luca Burelli Committed by Anas Nashif
Browse files

llext: add support for ELF init/fini arrays



Load the .preinit_array, .init_array and .fini_array sections in ELF
files. These sections are arrays of function pointers that are filled by
the compiler with the addresses of functions that need to be called at
startup or termination by the loader, such as C++ constructors and
destructors.

Signed-off-by: default avatarLuca Burelli <l.burelli@arduino.cc>
parent 576fc209
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment