HomeSort by: relevance | last modified time | path
    Searched defs:int_rel (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-mips.c 871 struct internal_reloc int_rel;
881 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel);
884 int_rel = lo_int_rel;
888 BFD_ASSERT (int_rel.r_type
893 if (int_rel.r_type == MIPS_R_REFHI)
906 if (lo_int_rel.r_type != int_rel.r_type)
912 && int_rel.r_extern == lo_int_rel.r_extern
913 && int_rel.r_symndx == lo_int_rel.r_symndx)
921 howto = &mips_howto_table[int_rel.r_type];
923 if (int_rel.r_extern
865 struct internal_reloc int_rel; local
    [all...]
elf64-mips.c 4343 Elf64_Mips_Internal_Rela int_rel;
4354 int_rel.r_offset = ptr->address;
4356 int_rel.r_offset = ptr->address + sec->vma;
4375 int_rel.r_sym = n;
4376 int_rel.r_ssym = RSS_UNDEF;
4386 int_rel.r_type = ptr->howto->type;
4387 int_rel.r_type2 = (int) R_MIPS_NONE;
4388 int_rel.r_type3 = (int) R_MIPS_NONE;
4405 int_rel.r_type2 = r->howto->type;
4407 int_rel.r_type3 = r->howto->type
4337 Elf64_Mips_Internal_Rela int_rel; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-mips.c 872 struct internal_reloc int_rel;
882 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel);
885 int_rel = lo_int_rel;
889 BFD_ASSERT (int_rel.r_type
894 if (int_rel.r_type == MIPS_R_REFHI)
907 if (lo_int_rel.r_type != int_rel.r_type)
913 && int_rel.r_extern == lo_int_rel.r_extern
914 && int_rel.r_symndx == lo_int_rel.r_symndx)
922 howto = &mips_howto_table[int_rel.r_type];
924 if (int_rel.r_extern
866 struct internal_reloc int_rel; local
    [all...]
elf64-mips.c 4343 Elf64_Mips_Internal_Rela int_rel;
4354 int_rel.r_offset = ptr->address;
4356 int_rel.r_offset = ptr->address + sec->vma;
4375 int_rel.r_sym = n;
4376 int_rel.r_ssym = RSS_UNDEF;
4386 int_rel.r_type = ptr->howto->type;
4387 int_rel.r_type2 = (int) R_MIPS_NONE;
4388 int_rel.r_type3 = (int) R_MIPS_NONE;
4405 int_rel.r_type2 = r->howto->type;
4407 int_rel.r_type3 = r->howto->type
4337 Elf64_Mips_Internal_Rela int_rel; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-mips.c 872 struct internal_reloc int_rel;
882 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel);
885 int_rel = lo_int_rel;
889 BFD_ASSERT (int_rel.r_type
894 if (int_rel.r_type == MIPS_R_REFHI)
907 if (lo_int_rel.r_type != int_rel.r_type)
913 && int_rel.r_extern == lo_int_rel.r_extern
914 && int_rel.r_symndx == lo_int_rel.r_symndx)
922 howto = &mips_howto_table[int_rel.r_type];
924 if (int_rel.r_extern
866 struct internal_reloc int_rel; local
    [all...]
elf64-mips.c 4341 Elf64_Mips_Internal_Rela int_rel;
4352 int_rel.r_offset = ptr->address;
4354 int_rel.r_offset = ptr->address + sec->vma;
4373 int_rel.r_sym = n;
4374 int_rel.r_ssym = RSS_UNDEF;
4384 int_rel.r_type = ptr->howto->type;
4385 int_rel.r_type2 = (int) R_MIPS_NONE;
4386 int_rel.r_type3 = (int) R_MIPS_NONE;
4403 int_rel.r_type2 = r->howto->type;
4405 int_rel.r_type3 = r->howto->type
4335 Elf64_Mips_Internal_Rela int_rel; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-mips.c 872 struct internal_reloc int_rel;
882 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel);
885 int_rel = lo_int_rel;
889 BFD_ASSERT (int_rel.r_type
894 if (int_rel.r_type == MIPS_R_REFHI)
907 if (lo_int_rel.r_type != int_rel.r_type)
913 && int_rel.r_extern == lo_int_rel.r_extern
914 && int_rel.r_symndx == lo_int_rel.r_symndx)
922 howto = &mips_howto_table[int_rel.r_type];
924 if (int_rel.r_extern
866 struct internal_reloc int_rel; local
    [all...]
elf64-mips.c 4341 Elf64_Mips_Internal_Rela int_rel;
4352 int_rel.r_offset = ptr->address;
4354 int_rel.r_offset = ptr->address + sec->vma;
4373 int_rel.r_sym = n;
4374 int_rel.r_ssym = RSS_UNDEF;
4384 int_rel.r_type = ptr->howto->type;
4385 int_rel.r_type2 = (int) R_MIPS_NONE;
4386 int_rel.r_type3 = (int) R_MIPS_NONE;
4403 int_rel.r_type2 = r->howto->type;
4405 int_rel.r_type3 = r->howto->type
4335 Elf64_Mips_Internal_Rela int_rel; local
    [all...]

Completed in 46 milliseconds