Searched refs:LLEXT_MEM_SHSTRTAB (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 52 LLEXT_MEM_SHSTRTAB, /**< Section name strings */ enumerator
|
/Zephyr-latest/subsys/llext/ |
D | llext.c | 36 ldr->sects[LLEXT_MEM_SHSTRTAB].sh_offset + in llext_get_section_header() 68 ldr->sects[LLEXT_MEM_SHSTRTAB].sh_offset + in llext_find_section()
|
D | llext_load.c | 185 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()
|
D | llext_link.c | 156 (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()
|
D | llext_mem.c | 148 int ret = llext_copy_section(ldr, ext, LLEXT_MEM_SHSTRTAB, NULL); in llext_copy_strings()
|