Lines Matching refs:mips_howto_table_ext
274 static reloc_howto_type mips_howto_table_ext[] = variable
302 return (&mips_howto_table_ext[MIPS_RELOC_32]); in MY()
304 return (&mips_howto_table_ext[MIPS_RELOC_JMP]); in MY()
306 return (&mips_howto_table_ext[MIPS_RELOC_WDISP16]); in MY()
308 return (&mips_howto_table_ext[MIPS_RELOC_HI16]); in MY()
310 return (&mips_howto_table_ext[MIPS_RELOC_HI16_S]); in MY()
312 return (&mips_howto_table_ext[MIPS_RELOC_LO16]); in MY()
325 i < sizeof (mips_howto_table_ext) / sizeof (mips_howto_table_ext[0]); in MY()
327 if (mips_howto_table_ext[i].name != NULL in MY()
328 && strcasecmp (mips_howto_table_ext[i].name, r_name) == 0) in MY()
329 return &mips_howto_table_ext[i]; in MY()
376 tblptr->howto = &mips_howto_table_ext[c]; in MY()