Searched refs:int_rel (Results 1 – 2 of 2) sorted by relevance
862 struct internal_reloc int_rel; in mips_relocate_section() local872 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section()875 int_rel = lo_int_rel; in mips_relocate_section()879 BFD_ASSERT (int_rel.r_type in mips_relocate_section()884 if (int_rel.r_type == MIPS_R_REFHI) in mips_relocate_section()897 if (lo_int_rel.r_type != int_rel.r_type) in mips_relocate_section()903 && int_rel.r_extern == lo_int_rel.r_extern in mips_relocate_section()904 && int_rel.r_symndx == lo_int_rel.r_symndx) in mips_relocate_section()912 howto = &mips_howto_table[int_rel.r_type]; in mips_relocate_section()914 if (int_rel.r_extern) in mips_relocate_section()[all …]
4031 Elf64_Mips_Internal_Rela int_rel; in mips_elf64_write_rel() local4042 int_rel.r_offset = ptr->address; in mips_elf64_write_rel()4044 int_rel.r_offset = ptr->address + sec->vma; in mips_elf64_write_rel()4063 int_rel.r_sym = n; in mips_elf64_write_rel()4064 int_rel.r_ssym = RSS_UNDEF; in mips_elf64_write_rel()4073 int_rel.r_type = ptr->howto->type; in mips_elf64_write_rel()4074 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel()4075 int_rel.r_type3 = (int) R_MIPS_NONE; in mips_elf64_write_rel()4092 int_rel.r_type2 = r->howto->type; in mips_elf64_write_rel()4094 int_rel.r_type3 = r->howto->type; in mips_elf64_write_rel()[all …]