Lines Matching refs:mips_howto_table
95 static reloc_howto_type mips_howto_table[] = variable
249 (sizeof mips_howto_table / sizeof mips_howto_table[0])
386 rptr->howto = &mips_howto_table[intern->r_type];
770 return &mips_howto_table[mips_type];
780 i < sizeof (mips_howto_table) / sizeof (mips_howto_table[0]); in mips_bfd_reloc_name_lookup()
782 if (mips_howto_table[i].name != NULL in mips_bfd_reloc_name_lookup()
783 && strcasecmp (mips_howto_table[i].name, r_name) == 0) in mips_bfd_reloc_name_lookup()
784 return &mips_howto_table[i]; in mips_bfd_reloc_name_lookup()
937 < sizeof mips_howto_table / sizeof mips_howto_table[0]);
969 howto = &mips_howto_table[int_rel.r_type];
1336 &mips_howto_table[MIPS_R_REFWORD],