Searched refs:mips_howto_table_ext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dmipsbsd.c286 static reloc_howto_type mips_howto_table_ext[] = { variable
314 return (&mips_howto_table_ext[MIPS_RELOC_32]);
316 return (&mips_howto_table_ext[MIPS_RELOC_JMP]);
318 return (&mips_howto_table_ext[MIPS_RELOC_WDISP16]);
320 return (&mips_howto_table_ext[MIPS_RELOC_HI16]);
322 return (&mips_howto_table_ext[MIPS_RELOC_HI16_S]);
324 return (&mips_howto_table_ext[MIPS_RELOC_LO16]);
337 i < sizeof (mips_howto_table_ext) / sizeof (mips_howto_table_ext[0]);
339 if (mips_howto_table_ext[
[all...]

Completed in 99 milliseconds