Searched refs:arch_elf_relocate_local (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 383 void arch_elf_relocate_local(struct llext_loader *loader, struct llext *ext, const elf_rela_t *rel,
|
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 131 void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, const elf_rela_t *rel, in arch_elf_relocate_local() function
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 35 __weak void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, in arch_elf_relocate_local() function 263 arch_elf_relocate_local(ldr, ext, &rela, &sym, rel_addr, ldr_parm); in llext_link_plt()
|