Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-mips.c1988 { BFD_RELOC_MIPS_JALR, R_MIPS_JALR },
Delfn32-mips.c3196 { BFD_RELOC_MIPS_JALR, R_MIPS_JALR },
Delf64-mips.c3380 { BFD_RELOC_MIPS_JALR, R_MIPS_JALR },
Dbfd-in2.h2995 BFD_RELOC_MIPS_JALR, enumerator
DChangeLog-20091316 * elf32-mips.c (mips_reloc_map): Add BFD_RELOC_MIPS_JALR.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4157 return reloc == BFD_RELOC_MIPS_JALR || reloc == BFD_RELOC_MICROMIPS_JALR; in jalr_reloc_p()
8792 = { BFD_RELOC_MIPS_JALR, BFD_RELOC_MICROMIPS_JALR }; in macro_build_jalr()
15061 case BFD_RELOC_MIPS_JALR: in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20091348 (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
DChangeLog-02035611 (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.