Searched refs:llext_loaded_sect_ptr (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/include/zephyr/llext/ |
| D | llext_internal.h | 29 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/ |
| D | elf.c | 64 *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/ |
| D | llext_link.c | 220 (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()
|
| 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 681 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols()
|
| /Zephyr-latest/arch/riscv/core/ |
| D | elf.c | 96 const uintptr_t sect_base = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_riscv_find_sym_pcrel()
|