Lines Matching refs:mips_howto_table
80 static reloc_howto_type mips_howto_table[] = variable
234 (sizeof mips_howto_table / sizeof mips_howto_table[0])
373 rptr->howto = &mips_howto_table[intern->r_type]; in mips_adjust_reloc_in()
721 return &mips_howto_table[mips_type]; in mips_bfd_reloc_type_lookup()
731 i < sizeof (mips_howto_table) / sizeof (mips_howto_table[0]); in mips_bfd_reloc_name_lookup()
733 if (mips_howto_table[i].name != NULL in mips_bfd_reloc_name_lookup()
734 && strcasecmp (mips_howto_table[i].name, r_name) == 0) in mips_bfd_reloc_name_lookup()
735 return &mips_howto_table[i]; in mips_bfd_reloc_name_lookup()
884 < sizeof mips_howto_table / sizeof mips_howto_table[0]); in mips_relocate_section()
916 howto = &mips_howto_table[int_rel.r_type]; in mips_relocate_section()
1335 &mips_howto_table[MIPS_R_REFWORD],