Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c170 shdr->sh_type, in llext_find_tables()
178 if (shdr->sh_type == SHT_SYMTAB && ldr->hdr.e_type == ET_REL) { in llext_find_tables()
184 } else if (shdr->sh_type == SHT_DYNSYM && ldr->hdr.e_type == ET_DYN) { in llext_find_tables()
190 } 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()
203 if (!ldr->sects[LLEXT_MEM_SHSTRTAB].sh_type || in llext_find_tables()
204 !ldr->sects[LLEXT_MEM_STRTAB].sh_type || in llext_find_tables()
205 !ldr->sects[LLEXT_MEM_SYMTAB].sh_type) { in llext_find_tables()
250 switch (shdr->sh_type) { in llext_map_sections()
318 if (region->sh_type == SHT_NULL) { in llext_map_sections()
[all …]
Dllext_mem.c80 if (region->sh_type != SHT_NOBITS) { in llext_copy_region()
147 if (region->sh_type == SHT_NOBITS) { in llext_copy_region()
Dllext_link.c243 shdr->sh_type, (size_t)shdr->sh_entsize, sh_cnt, (void *)text); in llext_link_plt()
378 switch (shdr->sh_type) { in llext_link()
/Zephyr-latest/include/zephyr/llext/
Delf.h155 elf32_word sh_type; member
181 elf64_word sh_type; member