Home
last modified time | relevance | path

Searched refs:BFD_RELOC_GPREL16 (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-lm32.c327 return BFD_RELOC_GPREL16; in md_cgen_lookup_reloc()
Dtc-mips.c4163 return (reloc == BFD_RELOC_GPREL16 || reloc == BFD_RELOC_MIPS16_GPREL in gprel16_reloc_p()
7037 { BFD_RELOC_GPREL16, BFD_RELOC_MICROMIPS_GPREL16 }, in micromips_map_reloc()
7515 || reloc_type[0] == BFD_RELOC_GPREL16 in append_insn()
8616 gas_assert (*r == BFD_RELOC_GPREL16 in macro_build()
8635 || *r == BFD_RELOC_GPREL16 in macro_build()
9267 mips_gp_register, BFD_RELOC_GPREL16); in load_address()
9303 mips_gp_register, BFD_RELOC_GPREL16); in load_address()
10551 tempreg, mips_gp_register, BFD_RELOC_GPREL16); in macro()
10593 tempreg, mips_gp_register, BFD_RELOC_GPREL16); in macro()
11883 BFD_RELOC_GPREL16, mips_gp_register); in macro()
[all …]
Dtc-alpha.c473 DEF (gprel, BFD_RELOC_GPREL16, 0, 0),
1814 case BFD_RELOC_GPREL16: in emit_insn()
5806 case BFD_RELOC_GPREL16: in md_apply_fix()
6084 case BFD_RELOC_GPREL16: in alpha_force_relocation()
6141 case BFD_RELOC_GPREL16: in alpha_fix_adjustable()
Dtc-ppc.c1934 MAP32 ("sdarel", BFD_RELOC_GPREL16), in ppc_elf_suffix()
6366 && fix->fx_r_type != BFD_RELOC_GPREL16 in ppc_fix_adjustable()
6715 case BFD_RELOC_GPREL16: in md_apply_fix()
6930 case BFD_RELOC_GPREL16: in md_apply_fix()
Drx-parse.y1530 case BFD_RELOC_GPREL16: in displacement()
Dtc-s390.c2298 case BFD_RELOC_GPREL16: in md_apply_fix()
Dtc-rx.c1200 { "gp", BFD_RELOC_GPREL16 },
/toolchain/binutils/binutils-2.25/cpu/
Dlm32.opc132 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_GPREL16,
/toolchain/binutils/binutils-2.25/opcodes/
Dlm32-asm.c153 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_GPREL16, in parse_gp16()
/toolchain/binutils/binutils-2.25/bfd/
Dpe-mips.c493 case BFD_RELOC_GPREL16: in coff_mips_reloc_type_lookup()
Dcoff-mips.c704 case BFD_RELOC_GPREL16: in mips_bfd_reloc_type_lookup()
Delf32-mips.c1974 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
Delfn32-mips.c3171 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
Delf32-lm32.c538 { BFD_RELOC_GPREL16, R_LM32_GPREL16 },
Delf64-mips.c3355 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
Dbfd-in2.h2670 BFD_RELOC_GPREL16, enumerator
Delf64-alpha.c1050 {BFD_RELOC_GPREL16, R_ALPHA_GPREL16},
Delf32-ppc.c1899 case BFD_RELOC_GPREL16: r = R_PPC_SDAREL16; break; in ppc_elf_reloc_type_lookup()
DChangeLog-0001704 BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
/toolchain/binutils/binutils-2.25/gas/
Dwrite.c79 || (FIX)->fx_r_type == BFD_RELOC_GPREL16))
DChangeLog-0001217 by BFD_RELOC_GPREL16.
223 (tc_gen_reloc): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
224 *config/tc-mips.h: Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.