Searched refs:elf_rela_t (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/llext/ |
D | llext.h | 241 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, 265 const elf_rela_t *rel, const elf_sym_t *sym, size_t got_offset);
|
D | elf.h | 516 typedef struct elf64_rela elf_rela_t; typedef 543 typedef struct elf32_rela elf_rela_t; typedef
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | llext_link.c | 28 __weak int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, in arch_elf_relocate() 35 const elf_rela_t *rel, const elf_sym_t *sym, size_t got_offset) in arch_elf_relocate_local() 73 elf_rela_t rela; in llext_link_plt() 173 elf_rela_t rel; in llext_link() 197 if (shdr->sh_entsize != sizeof(elf_rela_t)) { in llext_link()
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | elf.c | 30 const elf_rela_t *rel, const elf_sym_t *sym, size_t got_offset) in arch_elf_relocate_local()
|
/Zephyr-Core-3.7.0/arch/arm/core/ |
D | elf.c | 291 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, in arch_elf_relocate()
|