Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf32-mips.c1223 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delfn32-mips.c2040 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delf64-mips.c2196 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Dbfd-in2.h2613 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.
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-mips.c2696 && *reloc_type != BFD_RELOC_MIPS16_JMP) in append_insn()
2729 ip->mips16_absolute_jump_p = (*reloc_type == BFD_RELOC_MIPS16_JMP); in append_insn()
2778 case BFD_RELOC_MIPS16_JMP: in append_insn()
2824 if (reloc_type[0] == BFD_RELOC_MIPS16_JMP in append_insn()
10442 *offset_reloc = BFD_RELOC_MIPS16_JMP; in mips16_ip()
12217 case BFD_RELOC_MIPS16_JMP: in md_apply_fix()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h2620 BFD_RELOC_MIPS16_JMP, enumerator
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-2006853 handling for BFD_RELOC_MIPS16_JMP.
883 * config/tc-mips.c (mips_fix_adjustable): Handle BFD_RELOC_MIPS16_JMP.