Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dinspect.h86 int llext_section_shndx(const struct llext_loader *ldr, const struct llext *ext,
/Zephyr-latest/subsys/llext/
Dllext.c26 int llext_section_shndx(const struct llext_loader *ldr, const struct llext *ext, in llext_section_shndx() function
47 ret = llext_section_shndx(ldr, ext, search_name); in llext_get_section_header()
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c341 sect_shndx = llext_section_shndx(ldr, ext, sect_name); in do_inspect_checks()