Home
last modified time | relevance | path

Searched refs:mips16_reloc_p (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-20081516 (mips16_reloc_p, got16_reloc_p, call16_reloc_p, hi16_reloc_p)
1518 (_bfd_mips16_elf_reloc_unshuffle): Use mips16_reloc_p to generalize
1532 (mips_elf_add_lo16_rel_addend): Use mips16_reloc_p to generalize
Delfxx-mips.c2100 mips16_reloc_p (int r_type) in mips16_reloc_p() function
2280 if (!mips16_reloc_p (r_type) && !micromips_reloc_shuffle_p (r_type)) in _bfd_mips_elf_reloc_unshuffle()
2303 if (!mips16_reloc_p (r_type) && !micromips_reloc_shuffle_p (r_type)) in _bfd_mips_elf_reloc_shuffle()
7821 if (mips16_reloc_p (r_type)) in mips_elf_add_lo16_rel_addend()
DChangeLog-201181 * elfxx-mips.c (TLS_RELOC_P,mips16_reloc_p,
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4074 mips16_reloc_p (bfd_reloc_code_real_type reloc) in mips16_reloc_p() function
4215 return (mips16_reloc_p (reloc) ? BFD_RELOC_MIPS16_LO16 in matching_lo_reloc()
14920 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc)) in read_reloc_insn()
14933 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc)) in write_reloc_insn()
15109 if (mips16_reloc_p (fixP->fx_r_type)) in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2008768 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)