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()
732 return &mips_howto_table[mips_type]; in mips_bfd_reloc_type_lookup()
742 i < sizeof (mips_howto_table) / sizeof (mips_howto_table[0]); in mips_bfd_reloc_name_lookup()
744 if (mips_howto_table[i].name != NULL in mips_bfd_reloc_name_lookup()
745 && strcasecmp (mips_howto_table[i].name, r_name) == 0) in mips_bfd_reloc_name_lookup()
746 return &mips_howto_table[i]; in mips_bfd_reloc_name_lookup()
895 < sizeof mips_howto_table / sizeof mips_howto_table[0]); in mips_relocate_section()
927 howto = &mips_howto_table[int_rel.r_type]; in mips_relocate_section()
1346 &mips_howto_table[MIPS_R_REFWORD],