Searched refs:llext_get_reloc_instruction_location (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/include/zephyr/llext/ | 
| D | llext_internal.h | 38 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/ | 
| D | elf.c | 40 	const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel);  in arch_elf_relocate()
  | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | elf.c | 440 	const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel);  in arch_elf_relocate()
  | 
| /Zephyr-latest/arch/arm/core/ | 
| D | elf.c | 326 	const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel);  in arch_elf_relocate()
  | 
| /Zephyr-latest/subsys/llext/ | 
| D | llext_link.c | 474 					llext_get_reloc_instruction_location(ldr, ext,  in llext_link()
  | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | elf.c | 206 	const uintptr_t loc_unsigned = llext_get_reloc_instruction_location(ldr, ext,  in arch_elf_relocate()
  |