Home
last modified time | relevance | path

Searched refs:section_ofs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c406 ssize_t section_ofs; in ZTEST() local
418 section_ofs = llext_find_section(loader, ".data"); in ZTEST()
419 zassert_true(section_ofs > 0, "find_section returned %zd", section_ofs); in ZTEST()
423 zassert_equal(shdr.sh_offset, section_ofs, in ZTEST()
427 uintptr_t section_ptr = (uintptr_t)find_section_ext + section_ofs; in ZTEST()
437 symbol_ptr, section_ptr, section_ofs); in ZTEST()