Lines Matching refs:tmp_rel
11579 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; in nds32_relax_adjust_label() local
11630 for (tmp_rel = internal_relocs; tmp_rel < irelend; tmp_rel++) in nds32_relax_adjust_label()
11632 if (ELF32_R_TYPE (tmp_rel->r_info) == R_NDS32_LABEL) in nds32_relax_adjust_label()
11636 if (tmp_rel->r_addend < 2) in nds32_relax_adjust_label()
11637 label_rel = tmp_rel; in nds32_relax_adjust_label()
11640 else if (tmp_rel->r_addend > 1) in nds32_relax_adjust_label()
11644 for (tmp2_rel = label_rel; tmp2_rel < tmp_rel in nds32_relax_adjust_label()
11645 || tmp2_rel->r_offset == tmp_rel->r_offset; tmp2_rel++) in nds32_relax_adjust_label()
11656 else if (ELF32_R_TYPE (tmp_rel->r_info) == R_NDS32_INSN16 && label_rel) in nds32_relax_adjust_label()
11659 if (is_convert_32_to_16 (abfd, sec, tmp_rel, internal_relocs, in nds32_relax_adjust_label()
11661 || is_16bit_NOP (abfd, sec, tmp_rel)) in nds32_relax_adjust_label()
11754 for (tmp_rel = irel; in nds32_relax_adjust_label()
11755 tmp_rel < irelend && tmp_rel->r_offset == irel->r_offset; in nds32_relax_adjust_label()
11756 tmp_rel++) in nds32_relax_adjust_label()
11758 if (ELF32_R_TYPE (tmp_rel->r_info) == R_NDS32_INSN16 in nds32_relax_adjust_label()
11760 (abfd, sec, tmp_rel, internal_relocs, in nds32_relax_adjust_label()
11762 || is_16bit_NOP (abfd, sec, tmp_rel))) in nds32_relax_adjust_label()
12339 Elf_Internal_Rela *tmp_rel; in nds32_elf_relax_section() local
12358 tmp_rel = find_relocs_at_address (internal_relocs, internal_relocs, in nds32_elf_relax_section()
12360 if (tmp_rel != irelend) in nds32_elf_relax_section()
12361 tmp_rel->r_addend |= R_NDS32_RELAX_ENTRY_DISABLE_RELAX_FLAG; in nds32_elf_relax_section()