Lines Matching refs:int_reloc1
2772 Elf_Internal_Rela int_reloc1;
2776 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg1, &int_reloc1);
2779 diff = ELF32_R_SYM (int_reloc1.r_info) - ELF32_R_SYM (int_reloc2.r_info);
2783 if (int_reloc1.r_offset < int_reloc2.r_offset)
2785 if (int_reloc1.r_offset > int_reloc2.r_offset)
2797 Elf_Internal_Rela int_reloc1[3];
2801 (reldyn_sorting_bfd, arg1, int_reloc1);
2805 if (ELF64_R_SYM (int_reloc1[0].r_info) < ELF64_R_SYM (int_reloc2[0].r_info))
2807 if (ELF64_R_SYM (int_reloc1[0].r_info) > ELF64_R_SYM (int_reloc2[0].r_info))
2810 if (int_reloc1[0].r_offset < int_reloc2[0].r_offset)
2812 if (int_reloc1[0].r_offset > int_reloc2[0].r_offset)