Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h29 const void *llext_loaded_sect_ptr(struct llext_loader *ldr, struct llext *ext, unsigned int sh_ndx);
43 return (uintptr_t) llext_loaded_sect_ptr(ldr, ext, shndx) + rela->r_offset; in llext_get_reloc_instruction_location()
/Zephyr-latest/arch/xtensa/core/
Delf.c64 *got_entry += (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sh_ndx) - in xtensa_elf_relocate()
98 uintptr_t link_addr = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, rsym.st_shndx) + in xtensa_elf_relocate()
149 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.c220 (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sym->st_shndx) + sym->st_value; in llext_lookup_symbol()
456 sect_base = (uintptr_t) llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); 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
681 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols()
/Zephyr-latest/arch/riscv/core/
Delf.c96 const uintptr_t sect_base = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_riscv_find_sym_pcrel()