Searched refs:arch_elf_relocate (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/arch/arc/core/ |
D | elf.c | 35 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate() function
|
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 370 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel,
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 29 __weak int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate() function 509 ret = arch_elf_relocate(ldr, ext, &rel, shdr); in llext_link()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 434 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate() function
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 320 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate() function
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 200 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate() function
|