zephyr/tests/subsys/llext/simple/src
Luca Burelli e42549c632 llext: add a test for llext_find_section
Add a new test case that verifies that llext_find_section() returns the
correct offset for a symbol in a loadable extension. This exploits the
fact that in the STORAGE_WRITABLE cases, the symbol addresses will be
inside the ELF file buffer, so they can be easily compared.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2024-06-25 21:25:33 -04:00
..
find_section_ext.c llext: add a test for llext_find_section 2024-06-25 21:25:33 -04:00
hello_world_ext.c llext: tests: add zassert macros everywhere 2024-06-13 16:43:26 -04:00
logging_ext.c
movwmovt_ext.c llext: tests: add zassert macros everywhere 2024-06-13 16:43:26 -04:00
multi_file_ext1.c llext: tests: re-initialize variables 2024-06-13 16:43:26 -04:00
multi_file_ext2.c llext: add a multi-file test case 2024-05-09 10:28:50 +02:00
object_ext.c llext: tests: re-initialize variables 2024-06-13 16:43:26 -04:00
pre_located_ext.c llext: add a test for the pre_located feature 2024-06-03 15:28:18 -04:00
relative_jump_ext.c llext: tests: add zassert macros everywhere 2024-06-13 16:43:26 -04:00
syscalls_ext.c llext: tests: add zassert macros everywhere 2024-06-13 16:43:26 -04:00
syscalls_ext.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
test_llext_simple.c llext: add a test for llext_find_section 2024-06-25 21:25:33 -04:00
threads_kernel_objects_ext.c llext: tests: add zassert macros everywhere 2024-06-13 16:43:26 -04:00
threads_kernel_objects_ext.h llext: add threads and kernel object test case 2024-04-05 12:19:36 +02:00