Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c189 ldr->sects[LLEXT_MEM_STRTAB] = *shdr; in llext_find_tables()
190 ldr->sect_map[i].mem_idx = LLEXT_MEM_STRTAB; in llext_find_tables()
200 !ldr->sects[LLEXT_MEM_STRTAB].sh_type || in llext_find_tables()
487 name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_count_export_syms()
582 const char *name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_copy_symbols()
Dllext_link.c206 const char *name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_link_plt()
384 name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_link()
Dllext_mem.c151 ret = llext_copy_section(ldr, ext, LLEXT_MEM_STRTAB, NULL); in llext_copy_strings()
/Zephyr-latest/include/zephyr/llext/
Dllext.h51 LLEXT_MEM_STRTAB, /**< Symbol name strings */ enumerator