Searched refs:fix_ptr (Results 1 – 1 of 1) sorted by relevance
15164 struct elf_nds32_ex9_refix *fix_ptr; in nds32_elf_ex9_reloc_jmp() local15203 fix_ptr = ex9_refix_head; in nds32_elf_ex9_reloc_jmp()15204 while (fix_ptr) in nds32_elf_ex9_reloc_jmp()15209 while (fix_ptr->order != temp_ptr->order && fix_ptr->next) in nds32_elf_ex9_reloc_jmp()15211 fix_ptr = fix_ptr->next; in nds32_elf_ex9_reloc_jmp()15213 if (fix_ptr->order != temp_ptr->order) in nds32_elf_ex9_reloc_jmp()15218 fix_ptr->h->root.u.def.value + in nds32_elf_ex9_reloc_jmp()15219 fix_ptr->h->root.u.def.section->output_section->vma + in nds32_elf_ex9_reloc_jmp()15220 fix_ptr->h->root.u.def.section->output_offset; in nds32_elf_ex9_reloc_jmp()15221 relocation += fix_ptr->irel->r_addend; in nds32_elf_ex9_reloc_jmp()[all …]