Home
last modified time | relevance | path

Searched refs:elf_rela_t (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/llext/
Dllext.h241 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);
Delf.h516 typedef struct elf64_rela elf_rela_t; typedef
543 typedef struct elf32_rela elf_rela_t; typedef
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_link.c28 __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/
Delf.c30 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/
Delf.c291 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, in arch_elf_relocate()