Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Delf.h204 #define SHT_STRTAB 0x3 /**< String table */ macro
/Zephyr-latest/subsys/llext/
Dllext_load.c190 } else if (shdr->sh_type == SHT_STRTAB && i == shstrtab_ndx) { in llext_find_tables()
195 } else if (shdr->sh_type == SHT_STRTAB && i == strtab_ndx) { in llext_find_tables()