Home
last modified time | relevance | path

Searched refs:opaddr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/arch/arm/core/
Delf.c23 void arch_elf_relocate(elf_rel_t *rel, uintptr_t opaddr, uintptr_t opval) in arch_elf_relocate() argument
30 *((uint32_t *)opaddr) = (uint32_t)opval; in arch_elf_relocate()
34 reloc_type, opaddr); in arch_elf_relocate()
/Zephyr-Core-3.5.0/include/zephyr/llext/
Dllext.h136 void arch_elf_relocate(elf_rel_t *rel, uintptr_t opaddr, uintptr_t opval);