Searched refs:fix_ptr (Results 1 – 1 of 1) sorted by relevance
15193 struct elf_nds32_ex9_refix *fix_ptr; in nds32_elf_ex9_reloc_jmp() local15232 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()[all …]