dd50ff5585
When an LLEXT object uses symbols of another such object, it depends on it. Such dependencies have to be tracked to prevent their accidental unloading. Ideally we should be able to track arbitrary numbers of such dependencies, but this is a bit difficult. In this first implementation we use a fixed-size array, currently consisting of 8 entries. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
buf_loader.c | ||
llext.c | ||
llext_export.c | ||
llext_link.c | ||
llext_load.c | ||
llext_mem.c | ||
llext_priv.h | ||
shell.c |