Lines Matching refs:fix_ptr
15193 struct elf_nds32_ex9_refix *fix_ptr; in nds32_elf_ex9_reloc_jmp() local
15232 fix_ptr = ex9_refix_head; in nds32_elf_ex9_reloc_jmp()
15233 while (fix_ptr) in nds32_elf_ex9_reloc_jmp()
15238 while (fix_ptr->order != temp_ptr->order && fix_ptr->next) in nds32_elf_ex9_reloc_jmp()
15240 fix_ptr = fix_ptr->next; in nds32_elf_ex9_reloc_jmp()
15242 if (fix_ptr->order != temp_ptr->order) in nds32_elf_ex9_reloc_jmp()
15247 fix_ptr->h->root.u.def.value + in nds32_elf_ex9_reloc_jmp()
15248 fix_ptr->h->root.u.def.section->output_section->vma + in nds32_elf_ex9_reloc_jmp()
15249 fix_ptr->h->root.u.def.section->output_offset; in nds32_elf_ex9_reloc_jmp()
15250 relocation += fix_ptr->irel->r_addend; in nds32_elf_ex9_reloc_jmp()
15261 if (temp_ptr->order != fix_ptr->order) in nds32_elf_ex9_reloc_jmp()
15264 (fix_ptr->sec->owner, fix_ptr->sec, in nds32_elf_ex9_reloc_jmp()
15273 bfd_putb16 (insn_ex9, source_contents + fix_ptr->irel->r_offset); in nds32_elf_ex9_reloc_jmp()
15286 fix_ptr = fix_ptr->next; in nds32_elf_ex9_reloc_jmp()