Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c157 int strtab_ndx = -1; in llext_find_tables() local
182 strtab_ndx = shdr->sh_link; in llext_find_tables()
188 strtab_ndx = shdr->sh_link; in llext_find_tables()
195 } else if (shdr->sh_type == SHT_STRTAB && i == strtab_ndx) { in llext_find_tables()