Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dllext.h52 LLEXT_MEM_SHSTRTAB, /**< Section name strings */ enumerator
/Zephyr-latest/subsys/llext/
Dllext.c36 ldr->sects[LLEXT_MEM_SHSTRTAB].sh_offset + in llext_get_section_header()
68 ldr->sects[LLEXT_MEM_SHSTRTAB].sh_offset + in llext_find_section()
Dllext_load.c185 ldr->sects[LLEXT_MEM_SHSTRTAB] = *shdr; in llext_find_tables()
186 ldr->sect_map[i].mem_idx = LLEXT_MEM_SHSTRTAB; in llext_find_tables()
199 if (!ldr->sects[LLEXT_MEM_SHSTRTAB].sh_type || in llext_find_tables()
222 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_map_sections()
Dllext_link.c156 (void *)llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name), in llext_link_plt()
321 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_link()
Dllext_mem.c148 int ret = llext_copy_section(ldr, ext, LLEXT_MEM_SHSTRTAB, NULL); in llext_copy_strings()