Searched refs:ME (Results 1 – 1 of 1) sorted by relevance
23 #define ME(x) (((x & 0xffff0000) >> 16) | ((x & 0xffff) << 16)) macro80 insn = ME(insn); in arch_elf_relocate()88 insn = ME(insn); in arch_elf_relocate()96 insn = ME(insn); in arch_elf_relocate()104 insn = ME(insn); in arch_elf_relocate()109 UNALIGNED_PUT(ME(sym_base_addr), (uint32_t *)loc); in arch_elf_relocate()
Completed in 4 milliseconds