Lines Matching refs:irel_keeper
13300 struct elf_nds32_ifc_irel_list *irel_keeper = NULL; in nds32_elf_ifc_filter() local
13313 irel_keeper = irel_ptr; in nds32_elf_ifc_filter()
13318 - irel_keeper->irel->r_offset) > 1022) in nds32_elf_ifc_filter()
13319 irel_keeper = irel_ptr->next; in nds32_elf_ifc_filter()
13377 irel_keeper = irel_ptr; in nds32_elf_ifc_filter()
13380 if ((irel_ptr->next->addr - irel_keeper->addr) > 1022) in nds32_elf_ifc_filter()
13381 irel_keeper = irel_ptr->next; in nds32_elf_ifc_filter()
13393 && ptr->irel_head != irel_keeper) in nds32_elf_ifc_filter()
13602 struct elf_nds32_ifc_irel_list *irel_keeper = NULL; in nds32_elf_ifc_reloc() local
13624 irel_keeper = irel_ptr; in nds32_elf_ifc_reloc()
13643 relocation = irel_keeper->irel->r_offset; in nds32_elf_ifc_reloc()
13645 while (irel_keeper && relocation > 1022) in nds32_elf_ifc_reloc()
13647 irel_keeper = irel_keeper->next; in nds32_elf_ifc_reloc()
13648 if (irel_keeper && irel_keeper->keep == 1) in nds32_elf_ifc_reloc()
13650 relocation = irel_keeper->irel->r_offset; in nds32_elf_ifc_reloc()
13657 irel_keeper = ptr->irel_head; in nds32_elf_ifc_reloc()
13658 while (irel_keeper) in nds32_elf_ifc_reloc()
13660 if (irel_keeper->keep == 1) in nds32_elf_ifc_reloc()
13662 relocation = irel_keeper->irel->r_offset; in nds32_elf_ifc_reloc()
13667 irel_keeper = irel_keeper->next; in nds32_elf_ifc_reloc()
13669 if (!irel_keeper) in nds32_elf_ifc_reloc()
13690 relocation = (irel_keeper->irel->r_offset in nds32_elf_ifc_reloc()
13691 + irel_keeper->sec->output_section->vma in nds32_elf_ifc_reloc()
13692 + irel_keeper->sec->output_offset); in nds32_elf_ifc_reloc()
13699 while (irel_keeper && relocation > 1022) in nds32_elf_ifc_reloc()
13701 irel_keeper = irel_keeper->next; in nds32_elf_ifc_reloc()
13702 if (irel_keeper && irel_keeper->keep ==1) in nds32_elf_ifc_reloc()
13704 relocation = (irel_keeper->irel->r_offset in nds32_elf_ifc_reloc()
13705 + irel_keeper->sec->output_section->vma in nds32_elf_ifc_reloc()
13706 + irel_keeper->sec->output_offset); in nds32_elf_ifc_reloc()
13714 irel_keeper = ptr->irel_head; in nds32_elf_ifc_reloc()
13715 while (irel_keeper) in nds32_elf_ifc_reloc()
13717 if (irel_keeper->keep == 1) in nds32_elf_ifc_reloc()
13720 relocation = (irel_keeper->irel->r_offset in nds32_elf_ifc_reloc()
13721 + irel_keeper->sec->output_section->vma in nds32_elf_ifc_reloc()
13722 + irel_keeper->sec->output_offset); in nds32_elf_ifc_reloc()
13727 irel_keeper = irel_keeper->next; in nds32_elf_ifc_reloc()
13729 if (!irel_keeper) in nds32_elf_ifc_reloc()