Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Delf.c85 uint32_t *loc32 = (uint32_t *)loc, tmp32; in arch_elf_relocate() local
108 UNALIGNED_PUT((uint32_t)jump_target, loc32); in arch_elf_relocate()
124 modified_operand = UNALIGNED_GET(loc32); in arch_elf_relocate()
128 UNALIGNED_PUT(modified_operand, loc32); in arch_elf_relocate()
133 modified_operand = UNALIGNED_GET(loc32); in arch_elf_relocate()
137 UNALIGNED_PUT(modified_operand, loc32); in arch_elf_relocate()
143 modified_operand = UNALIGNED_GET(loc32); in arch_elf_relocate()
157 UNALIGNED_PUT(modified_operand, loc32); in arch_elf_relocate()
162 loc32++; in arch_elf_relocate()
166 modified_operand = UNALIGNED_GET(loc32); in arch_elf_relocate()
[all …]