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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 2220 micromips_reloc_p (unsigned int r_type)
2233 return (micromips_reloc_p (r_type)
2416 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
2437 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
5528 else if (micromips_reloc_p (r_type)
6017 r_type = (micromips_reloc_p (r_type)
2210 micromips_reloc_p (unsigned int r_type) function
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 2223 micromips_reloc_p (unsigned int r_type)
2236 return (micromips_reloc_p (r_type)
2419 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
2440 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
5508 else if (micromips_reloc_p (r_type)
5997 r_type = (micromips_reloc_p (r_type)
2213 micromips_reloc_p (unsigned int r_type) function
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 2223 micromips_reloc_p (unsigned int r_type)
2236 return (micromips_reloc_p (r_type)
2408 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
2429 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
5462 else if (micromips_reloc_p (r_type)
5951 r_type = (micromips_reloc_p (r_type)
8313 else if (micromips_reloc_p (r_type))
2213 micromips_reloc_p (unsigned int r_type) function
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 2230 micromips_reloc_p (unsigned int r_type)
2243 return (micromips_reloc_p (r_type)
2415 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
2436 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle))
5469 else if (micromips_reloc_p (r_type)
5958 r_type = (micromips_reloc_p (r_type)
8326 else if (micromips_reloc_p (r_type))
2220 micromips_reloc_p (unsigned int r_type) function
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 4543 micromips_reloc_p (bfd_reloc_code_real_type reloc)
15083 micromips_reloc_p (reloc)))
16042 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
16055 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
4534 micromips_reloc_p (bfd_reloc_code_real_type reloc) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4288 micromips_reloc_p (bfd_reloc_code_real_type reloc)
4426 : micromips_reloc_p (reloc) ? BFD_RELOC_MICROMIPS_LO16
15729 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
15742 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
4279 micromips_reloc_p (bfd_reloc_code_real_type reloc) function

Completed in 98 milliseconds