Home
last modified time | relevance | path

Searched refs:fixup_now (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c4908 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()
[all …]