Searched refs:BFD_RELOC_GPREL16 (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-lm32.c | 327 return BFD_RELOC_GPREL16; in md_cgen_lookup_reloc()
|
D | tc-mips.c | 4163 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 …]
|
D | tc-alpha.c | 473 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()
|
D | tc-ppc.c | 1934 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()
|
D | rx-parse.y | 1530 case BFD_RELOC_GPREL16: in displacement()
|
D | tc-s390.c | 2298 case BFD_RELOC_GPREL16: in md_apply_fix()
|
D | tc-rx.c | 1200 { "gp", BFD_RELOC_GPREL16 },
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | lm32.opc | 132 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_GPREL16,
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | lm32-asm.c | 153 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_GPREL16, in parse_gp16()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | pe-mips.c | 493 case BFD_RELOC_GPREL16: in coff_mips_reloc_type_lookup()
|
D | coff-mips.c | 704 case BFD_RELOC_GPREL16: in mips_bfd_reloc_type_lookup()
|
D | elf32-mips.c | 1974 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
|
D | elfn32-mips.c | 3171 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
|
D | elf32-lm32.c | 538 { BFD_RELOC_GPREL16, R_LM32_GPREL16 },
|
D | elf64-mips.c | 3355 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
|
D | bfd-in2.h | 2670 BFD_RELOC_GPREL16, enumerator
|
D | elf64-alpha.c | 1050 {BFD_RELOC_GPREL16, R_ALPHA_GPREL16},
|
D | elf32-ppc.c | 1899 case BFD_RELOC_GPREL16: r = R_PPC_SDAREL16; break; in ppc_elf_reloc_type_lookup()
|
D | ChangeLog-0001 | 704 BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 79 || (FIX)->fx_r_type == BFD_RELOC_GPREL16))
|
D | ChangeLog-0001 | 217 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.
|