Home
last modified time | relevance | path

Searched refs:llext_get_reloc_instruction_location (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h38 static inline uintptr_t llext_get_reloc_instruction_location(struct llext_loader *ldr, in llext_get_reloc_instruction_location() function
/Zephyr-latest/arch/arc/core/
Delf.c40 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/arch/arm64/core/
Delf.c440 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/arch/arm/core/
Delf.c326 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/subsys/llext/
Dllext_link.c474 llext_get_reloc_instruction_location(ldr, ext, in llext_link()
/Zephyr-latest/arch/riscv/core/
Delf.c206 const uintptr_t loc_unsigned = llext_get_reloc_instruction_location(ldr, ext, in arch_elf_relocate()