Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Delf.c84 uint16_t *loc16 = (uint16_t *)loc, tmp16; in arch_elf_relocate() local
254 tmp16 = UNALIGNED_GET(loc16); in arch_elf_relocate()
256 UNALIGNED_PUT(tmp16, loc16); in arch_elf_relocate()
274 tmp16 = UNALIGNED_GET(loc16); in arch_elf_relocate()
276 UNALIGNED_PUT(tmp16, loc16); in arch_elf_relocate()
309 UNALIGNED_PUT(tmp16, loc16); in arch_elf_relocate()
329 modified_compressed_operand = UNALIGNED_GET(loc16); in arch_elf_relocate()
335 UNALIGNED_PUT(modified_compressed_operand, loc16); in arch_elf_relocate()
340 modified_compressed_operand = UNALIGNED_GET(loc16); in arch_elf_relocate()
346 UNALIGNED_PUT(modified_compressed_operand, loc16); in arch_elf_relocate()