Home
last modified time | relevance | path

Searched refs:BFD_RELOC_16_PCREL_S2 (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-dlx.c498 case BFD_RELOC_16_PCREL_S2: in elf32_dlx_reloc_type_lookup()
Dmipsbsd.c305 case BFD_RELOC_16_PCREL_S2: in MY()
Delf32-iq2000.c361 case BFD_RELOC_16_PCREL_S2: in iq2000_reloc_type_lookup()
Dcoff-mips.c710 case BFD_RELOC_16_PCREL_S2: in mips_bfd_reloc_type_lookup()
Delf32-mips.c1992 { BFD_RELOC_16_PCREL_S2, R_MIPS_PC16 },
Delfn32-mips.c3198 { BFD_RELOC_16_PCREL_S2, R_MIPS_PC16 },
DChangeLog-2005318 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
320 BFD_RELOC_16_PCREL_S2.
324 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
326 BFD_RELOC_16_PCREL_S2.
330 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
332 BFD_RELOC_16_PCREL_S2.
Delf64-mips.c3382 { BFD_RELOC_16_PCREL_S2, R_MIPS_PC16 },
Dbfd-in2.h2710 BFD_RELOC_16_PCREL_S2, enumerator
DChangeLog-94958223 (mips_bfd_reloc_type_lookup): Turn BFD_RELOC_16_PCREL_S2 into
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-iq2000.c516 case IQ2000_OPERAND_OFFSET: return BFD_RELOC_16_PCREL_S2; in md_cgen_lookup_reloc()
Dtc-dlx.c39 #define RELOC_DLX_REL16 BFD_RELOC_16_PCREL_S2
Dtc-mips.c4117 || reloc == BFD_RELOC_16_PCREL_S2 in b_reloc_p()
4166 case BFD_RELOC_16_PCREL_S2: in limited_pcrel_reloc_p()
6756 && (*reloc_type == BFD_RELOC_16_PCREL_S2) in can_swap_branch_p()
6925 { BFD_RELOC_16_PCREL_S2, BFD_RELOC_MICROMIPS_16_PCREL_S1 }, in micromips_map_reloc()
7086 case BFD_RELOC_16_PCREL_S2: in append_insn()
7264 && *reloc_type == BFD_RELOC_16_PCREL_S2 in append_insn()
7285 && ((relax32 && *reloc_type == BFD_RELOC_16_PCREL_S2) in append_insn()
7895 *offset_reloc = BFD_RELOC_16_PCREL_S2; in match_insn()
8561 *r = BFD_RELOC_16_PCREL_S2; in macro_build()
14631 case BFD_RELOC_16_PCREL_S2: in md_pcrel_from()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02032607 BFD_RELOC_16_PCREL_S2 relocs and add earlier warnings about
2614 Allow BFD_RELOC_16_PCREL_S2 for all ABIs.
3376 (append_insn): Use only BFD_RELOC_16_PCREL_S2 for branches.
3381 (md_apply_fix3): Use only BFD_RELOC_16_PCREL_S2 for branches.
3384 (md_convert_frag): Use only BFD_RELOC_16_PCREL_S2 for branches.
DChangeLog-00011338 (macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
7105 relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when
DChangeLog-2005194 * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL_S2.
DChangeLog-92956614 BFD_RELOC_16_PCREL_S2 reloc unless using EMBEDDED_PIC.