Searched refs:llext_section_name (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/include/zephyr/llext/ |
| D | llext_internal.h | 46 static inline const char *llext_section_name(const struct llext_loader *ldr, in llext_section_name() function 58 return llext_section_name(ldr, ext, ext->sect_hdrs + sym->st_shndx); in llext_symbol_name()
|
| /Zephyr-latest/subsys/llext/ |
| D | llext_link.c | 242 (void *)llext_section_name(ldr, ext, shdr), in llext_link_plt() 414 name = llext_section_name(ldr, ext, shdr); in llext_link()
|
| D | llext.c | 32 const char *name = llext_section_name(ldr, ext, ext->sect_hdrs + i); in llext_section_shndx()
|
| D | llext_mem.c | 219 const char *name = llext_section_name(ldr, ext, shdr); in llext_copy_regions()
|
| D | llext_load.c | 239 name = llext_section_name(ldr, ext, shdr); in llext_map_sections()
|