Searched refs:int_rel (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-mips.c1290 struct internal_reloc int_rel;
1300 mips_ecoff_swap_reloc_in (input_bfd, (PTR) ext_rel, &int_rel);
1303 int_rel = lo_int_rel;
1307 BFD_ASSERT (int_rel.r_type
1313 if (int_rel.r_type == MIPS_R_REFHI
1314 || int_rel.r_type == MIPS_R_RELHI)
1327 if (lo_int_rel.r_type != int_rel.r_type)
1333 == (int_rel.r_type == MIPS_R_REFHI
1336 && int_rel.r_extern == lo_int_rel.r_extern
1337 && int_rel
1284 struct internal_reloc int_rel; local
1960 struct internal_reloc int_rel; local
2375 struct internal_reloc int_rel; local
[all...]
H A Delf64-mips.c2342 Elf64_Mips_Internal_Rela int_rel;
2353 int_rel.r_offset = ptr->address;
2355 int_rel.r_offset = ptr->address + sec->vma;
2372 int_rel.r_sym = n;
2373 int_rel.r_ssym = RSS_UNDEF;
2382 int_rel.r_type = ptr->howto->type;
2383 int_rel.r_type2 = (int) R_MIPS_NONE;
2384 int_rel.r_type3 = (int) R_MIPS_NONE;
2401 int_rel.r_type2 = r->howto->type;
2403 int_rel
2337 Elf64_Mips_Internal_Rela int_rel; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-mips.c909 struct internal_reloc int_rel;
919 mips_ecoff_swap_reloc_in (input_bfd, (PTR) ext_rel, &int_rel);
922 int_rel = lo_int_rel;
926 BFD_ASSERT (int_rel.r_type
931 if (int_rel.r_type == MIPS_R_REFHI)
944 if (lo_int_rel.r_type != int_rel.r_type)
950 && int_rel.r_extern == lo_int_rel.r_extern
951 && int_rel.r_symndx == lo_int_rel.r_symndx)
959 howto = &mips_howto_table[int_rel.r_type];
961 if (int_rel
903 struct internal_reloc int_rel; local
[all...]
H A Delf64-mips.c2723 Elf64_Mips_Internal_Rela int_rel;
2734 int_rel.r_offset = ptr->address;
2736 int_rel.r_offset = ptr->address + sec->vma;
2755 int_rel.r_sym = n;
2756 int_rel.r_ssym = RSS_UNDEF;
2765 int_rel.r_type = ptr->howto->type;
2766 int_rel.r_type2 = (int) R_MIPS_NONE;
2767 int_rel.r_type3 = (int) R_MIPS_NONE;
2784 int_rel.r_type2 = r->howto->type;
2786 int_rel
2718 Elf64_Mips_Internal_Rela int_rel; local
[all...]

Completed in 100 milliseconds