Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c167 shdr->sh_type, in llext_find_tables()
174 switch (shdr->sh_type) { in llext_find_tables()
199 if (!ldr->sects[LLEXT_MEM_SHSTRTAB].sh_type || in llext_find_tables()
200 !ldr->sects[LLEXT_MEM_STRTAB].sh_type || in llext_find_tables()
201 !ldr->sects[LLEXT_MEM_SYMTAB].sh_type) { in llext_find_tables()
233 switch (shdr->sh_type) { in llext_map_sections()
299 if (region->sh_type == SHT_NULL) { in llext_map_sections()
374 if (x->sh_type == SHT_NULL || x->sh_size == 0 || in llext_map_sections()
375 y->sh_type == SHT_NULL || y->sh_size == 0) { in llext_map_sections()
Dllext_mem.c72 if (ldr->sects[mem_idx].sh_type != SHT_NOBITS) { in llext_copy_section()
122 if (ldr->sects[mem_idx].sh_type == SHT_NOBITS) { in llext_copy_section()
Dllext_link.c157 shdr->sh_type, (size_t)shdr->sh_entsize, sh_cnt, (void *)text); in llext_link_plt()
285 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