Searched refs:LLEXT_MEM_STRTAB (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/llext/ |
D | llext_load.c | 189 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()
|
D | llext_link.c | 206 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()
|
D | llext_mem.c | 151 ret = llext_copy_section(ldr, ext, LLEXT_MEM_STRTAB, NULL); in llext_copy_strings()
|
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 51 LLEXT_MEM_STRTAB, /**< Symbol name strings */ enumerator
|