Searched refs:tmp_rel (Results 1 – 1 of 1) sorted by relevance
11579 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; in nds32_relax_adjust_label() local11630 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()[all …]