Searched refs:llext_string (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/llext/ |
D | llext_priv.h | 56 static inline const char *llext_string(struct llext_loader *ldr, struct llext *ext, in llext_string() function
|
D | llext_link.c | 156 (void *)llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name), in llext_link_plt() 206 const char *name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_link_plt() 321 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_link() 384 name = llext_string(ldr, ext, LLEXT_MEM_STRTAB, sym.st_name); in llext_link()
|
D | llext_load.c | 222 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_map_sections() 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()
|