Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c336 int sect_shndx, res; in do_inspect_checks() local
341 sect_shndx = llext_section_shndx(ldr, ext, sect_name); in do_inspect_checks()
342 zassert_true(sect_shndx > 0, "section %s should be found", sect_name); in do_inspect_checks()
343 res = llext_get_section_info(ldr, ext, sect_shndx, in do_inspect_checks()