Lines Matching refs:fixup_now
4908 nds32_relax_fixup_info_t *hint_fixup, *fixup_now; in nds32_elf_append_relax_relocs() local
4976 fixup_now = hint_fixup; in nds32_elf_append_relax_relocs()
4977 while (fixup_now->offset != offset) in nds32_elf_append_relax_relocs()
4979 fixup_now++; in nds32_elf_append_relax_relocs()
4980 if (fixup_now->size == 0) in nds32_elf_append_relax_relocs()
4984 if (fixup_now->size == 0) in nds32_elf_append_relax_relocs()
4989 fixup_size = fixup_now->size; in nds32_elf_append_relax_relocs()
4992 while (fixup_size != 0 && fixup_now->offset == offset) in nds32_elf_append_relax_relocs()
4996 if (fixup_now->ramp & NDS32_FIX) in nds32_elf_append_relax_relocs()
4999 pattern_now->fixP->fx_r_type = fixup_now->r_type ; in nds32_elf_append_relax_relocs()
5002 else if ((fixup_now->ramp & NDS32_PTR) != 0) in nds32_elf_append_relax_relocs()
5022 fixup_size, &exp, 0, fixup_now->r_type); in nds32_elf_append_relax_relocs()
5029 else if (fixup_now->ramp & NDS32_ADDEND) in nds32_elf_append_relax_relocs()
5041 else if ((fixup_now->ramp & NDS32_ABS) != 0) in nds32_elf_append_relax_relocs()
5047 else if ((fixup_now->ramp & NDS32_INSN16) != 0) in nds32_elf_append_relax_relocs()
5055 else if ((fixup_now->ramp & NDS32_SYM) != 0) in nds32_elf_append_relax_relocs()
5070 fixup_size, &exp, 0, fixup_now->r_type); in nds32_elf_append_relax_relocs()
5073 fixup_now++; in nds32_elf_append_relax_relocs()
5074 fixup_size = fixup_now->size; in nds32_elf_append_relax_relocs()