Searched defs:rel (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 36 const elf_rela_t *rel, uintptr_t addr, in xtensa_elf_relocate() 136 void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, const elf_rela_t *rel, in arch_elf_relocate_local() 161 void arch_elf_relocate_global(struct llext_loader *ldr, struct llext *ext, const elf_rela_t *rel, in arch_elf_relocate_global()
|
/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() 36 const elf_rela_t *rel, const elf_sym_t *sym, uint8_t *rel_addr, in arch_elf_relocate_local() 42 const elf_rela_t *rel, const elf_sym_t *sym, uint8_t *rel_addr, in arch_elf_relocate_global() 148 int llext_read_symbol(struct llext_loader *ldr, struct llext *ext, const elf_rela_t *rel, in llext_read_symbol() 168 const elf_rela_t *rel, const elf_sym_t *sym, const char *name, in llext_lookup_symbol() 369 elf_rela_t rel; in llext_link() local
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 129 static int data_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in data_reloc_handler() 193 static int movw_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in movw_reloc_handler() 297 static int imm_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in imm_reloc_handler() 434 int arch_elf_relocate(struct llext_loader *ldr, struct llext *ext, elf_rela_t *rel, in arch_elf_relocate()
|
/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()
|
/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()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 282 float64_t rel, delta, average; in test_rel_error_f64() local 305 float32_t rel, delta, average; in test_rel_error_f32() local 329 float32_t rel, delta, average; in test_rel_error_f16() local
|
/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()
|