Home
last modified time | relevance | path

Searched refs:BFD_RELOC_MIPS16_JMP (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-mips.c2012 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delfn32-mips.c3220 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delf64-mips.c3404 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Dbfd-in2.h2888 BFD_RELOC_MIPS16_JMP, enumerator
DChangeLog-96973051 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
3055 * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4078 case BFD_RELOC_MIPS16_JMP: in mips16_reloc_p()
7182 case BFD_RELOC_MIPS16_JMP: in append_insn()
7473 ip->mips16_absolute_jump_p = (*reloc_type == BFD_RELOC_MIPS16_JMP); in append_insn()
7505 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy) in append_insn()
8170 *offset_reloc = BFD_RELOC_MIPS16_JMP; in match_mips16_insn()
15080 case BFD_RELOC_MIPS16_JMP: in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2006853 handling for BFD_RELOC_MIPS16_JMP.
883 * config/tc-mips.c (mips_fix_adjustable): Handle BFD_RELOC_MIPS16_JMP.
DChangeLog-2012356 <BFD_RELOC_MIPS16_JMP>: Likewise.