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