Searched refs:pattern_temp (Results 1 – 1 of 1) sorted by relevance
4901 struct nds32_relocs_pattern *pattern_temp, *pattern_now; in nds32_elf_append_relax_relocs() local5006 pattern_temp = relocs_pattern; in nds32_elf_append_relax_relocs()5010 while (pattern_temp) in nds32_elf_append_relax_relocs()5013 if (nds32_match_hint_insn (pattern_temp->opcode, code_insn)) in nds32_elf_append_relax_relocs()5016 pattern_temp->where - pattern_temp->frag->fr_literal; in nds32_elf_append_relax_relocs()5018 pattern_temp->frag); in nds32_elf_append_relax_relocs()5025 pattern_temp = pattern_temp->next; in nds32_elf_append_relax_relocs()