Searched refs:BFD_RELOC_MIPS_21_PCREL_S2 (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog | 405 (limited_pcrel_reloc_p): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2, 417 (append_insn): Added support for relocs: BFD_RELOC_MIPS_21_PCREL_S2 424 (md_pcrel_from): Add cases for relocs: BFD_RELOC_MIPS_21_PCREL_S2, 427 (md_apply_fix): Add support for relocs: BFD_RELOC_MIPS_21_PCREL_S2, 433 (tc_gen_reloc): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog | 903 (bfd_reloc_code_real): Add relocs BFD_RELOC_MIPS_21_PCREL_S2, 909 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, 916 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, 943 BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2, 945 * reloc.c: Document relocs BFD_RELOC_MIPS_21_PCREL_S2,
|
D | elf32-mips.c | 2002 { BFD_RELOC_MIPS_21_PCREL_S2, R_MIPS_PC21_S2 },
|
D | elfn32-mips.c | 3210 { BFD_RELOC_MIPS_21_PCREL_S2, R_MIPS_PC21_S2 },
|
D | elf64-mips.c | 3394 { BFD_RELOC_MIPS_21_PCREL_S2, R_MIPS_PC21_S2 },
|
D | bfd-in2.h | 2950 BFD_RELOC_MIPS_21_PCREL_S2, enumerator
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4179 case BFD_RELOC_MIPS_21_PCREL_S2: in limited_pcrel_reloc_p() 7213 case BFD_RELOC_MIPS_21_PCREL_S2: in append_insn() 7945 *offset_reloc = BFD_RELOC_MIPS_21_PCREL_S2; in match_insn() 14734 case BFD_RELOC_MIPS_21_PCREL_S2: in md_pcrel_from() 14904 || fixp->fx_r_type == BFD_RELOC_MIPS_21_PCREL_S2 in mips_force_relocation() 14956 case BFD_RELOC_MIPS_21_PCREL_S2: in md_apply_fix() 15154 case BFD_RELOC_MIPS_21_PCREL_S2: in md_apply_fix() 17313 || fixp->fx_r_type == BFD_RELOC_MIPS_21_PCREL_S2 in tc_gen_reloc()
|