Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h24 const void *llext_loaded_sect_ptr(struct llext_loader *ldr, struct llext *ext, unsigned int sh_ndx);
/Zephyr-latest/arch/xtensa/core/
Delf.c59 *got_entry += (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sh_ndx) - in xtensa_elf_relocate()
93 uintptr_t link_addr = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, rsym.st_shndx) + in xtensa_elf_relocate()
144 shdr->sh_addr : (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sym->st_shndx); in arch_elf_relocate_local()
/Zephyr-latest/subsys/llext/
Dllext_link.c358 sect_base = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_link()
447 link_addr = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, in llext_link()
Dllext_load.c42 const void *llext_loaded_sect_ptr(struct llext_loader *ldr, struct llext *ext, unsigned int sh_ndx) in llext_loaded_sect_ptr() function
598 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols()