Searched refs:llext_loaded_sect_ptr (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/llext/ |
D | llext_internal.h | 24 const void *llext_loaded_sect_ptr(struct llext_loader *ldr, struct llext *ext, unsigned int sh_ndx);
|
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 59 *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/ |
D | llext_link.c | 358 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()
|
D | llext_load.c | 42 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()
|