Searched refs:arch_elf_relocate (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/arch/arc/core/ |
D | elf.c | 34 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate() function
|
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 343 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc,
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 29 __weak int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, in arch_elf_relocate() function 463 ret = arch_elf_relocate(&rel, op_loc, link_addr, name, in llext_link()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 433 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate() function
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 64 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc_unsigned, uintptr_t sym_base_addr_unsigned, in arch_elf_relocate() function
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 319 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, in arch_elf_relocate() function
|