HomeSort by: relevance | last modified time | path
    Searched defs:mips16_reloc_p (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 2192 mips16_reloc_p (int r_type)
2401 return mips16_reloc_p (r_type) || micromips_reloc_shuffle_p (r_type);
5524 if (mips16_reloc_p (r_type)
2182 mips16_reloc_p (int r_type) function
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 2195 mips16_reloc_p (int r_type)
2404 return mips16_reloc_p (r_type) || micromips_reloc_shuffle_p (r_type);
5504 if (mips16_reloc_p (r_type)
2185 mips16_reloc_p (int r_type) function
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 2195 mips16_reloc_p (int r_type)
2393 return mips16_reloc_p (r_type) || micromips_reloc_shuffle_p (r_type);
5458 if (mips16_reloc_p (r_type)
8311 if (mips16_reloc_p (r_type))
2185 mips16_reloc_p (int r_type) function
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 2202 mips16_reloc_p (int r_type)
2400 return mips16_reloc_p (r_type) || micromips_reloc_shuffle_p (r_type);
5465 if (mips16_reloc_p (r_type)
8324 if (mips16_reloc_p (r_type))
2192 mips16_reloc_p (int r_type) function
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 4523 mips16_reloc_p (bfd_reloc_code_real_type reloc)
16042 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
16055 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
16473 if (mips16_reloc_p (fixP->fx_r_type))
4514 mips16_reloc_p (bfd_reloc_code_real_type reloc) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4268 mips16_reloc_p (bfd_reloc_code_real_type reloc)
4425 return (mips16_reloc_p (reloc) ? BFD_RELOC_MIPS16_LO16
15729 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
15742 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
16160 if (mips16_reloc_p (fixP->fx_r_type))
4259 mips16_reloc_p (bfd_reloc_code_real_type reloc) function

Completed in 93 milliseconds