/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-s390.c | 1073 reloc_howto_type *reloc_howto; in s390_elf_cons() local 1141 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) in s390_elf_cons() 1143 size = bfd_get_reloc_size (reloc_howto); in s390_elf_cons() 1146 reloc_howto->name, nbytes); in s390_elf_cons() 1554 reloc_howto_type *reloc_howto; in md_gather_operands() local 1558 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_gather_operands() 1559 if (!reloc_howto) in md_gather_operands() 1562 size = ((reloc_howto->bitsize - 1) / 8) + 1; in md_gather_operands() 1569 size, &fixups[i].exp, reloc_howto->pc_relative, in md_gather_operands() 1782 reloc_howto_type *reloc_howto = in s390_literals() local [all …]
|
D | tc-mn10200.c | 1250 reloc_howto_type *reloc_howto; in md_assemble() local 1254 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble() 1257 if (!reloc_howto) in md_assemble() 1260 reloc_size = bfd_get_reloc_size (reloc_howto); in md_assemble() 1269 reloc_howto->pc_relative, in md_assemble() 1275 if (reloc_howto->pc_relative) in md_assemble()
|
D | tc-i370.c | 679 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in i370_elf_cons() local 680 int size = bfd_get_reloc_size (reloc_howto); in i370_elf_cons() 684 reloc_howto->name, nbytes); in i370_elf_cons() 2239 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble() local 2243 if (!reloc_howto) in md_assemble() 2246 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 2253 &fixups[i].exp, reloc_howto->pc_relative, in md_assemble()
|
D | tc-crx.c | 1931 reloc_howto_type *reloc_howto; in print_insn() local 1934 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn() 1936 if (!reloc_howto) in print_insn() 1939 size = bfd_get_reloc_size (reloc_howto); in print_insn() 1945 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
|
D | tc-cr16.c | 2456 reloc_howto_type *reloc_howto; in print_insn() local 2459 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn() 2461 if (!reloc_howto) in print_insn() 2464 size = bfd_get_reloc_size (reloc_howto); in print_insn() 2470 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
|
D | tc-mn10300.c | 2076 reloc_howto_type *reloc_howto; in md_assemble() local 2079 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble() 2082 if (!reloc_howto) in md_assemble() 2085 reloc_size = bfd_get_reloc_size (reloc_howto); in md_assemble() 2093 reloc_howto->pc_relative, in md_assemble()
|
D | tc-v850.c | 3247 reloc_howto_type *reloc_howto = in md_assemble() local 3253 if (!reloc_howto) in md_assemble() 3256 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 3285 reloc_howto->pc_relative, in md_assemble()
|
D | tc-alpha.c | 1782 reloc_howto_type *reloc_howto = in emit_insn() local 1785 gas_assert (reloc_howto); in emit_insn() 1787 size = bfd_get_reloc_size (reloc_howto); in emit_insn() 1802 pcrel = reloc_howto->pc_relative; in emit_insn() 2143 reloc_howto_type *reloc_howto in assemble_insn() local 2147 || reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
|
D | tc-ppc.c | 3423 reloc_howto_type *reloc_howto; in md_assemble() local 3427 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble() 3428 if (!reloc_howto) in md_assemble() 3431 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 3441 reloc_howto->pc_relative, in md_assemble()
|
D | tc-m68k.c | 8066 reloc_howto_type *reloc_howto; in m68k_elf_cons() local 8069 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in m68k_elf_cons() 8070 size = bfd_get_reloc_size (reloc_howto); in m68k_elf_cons() 8075 reloc_howto->name, nbytes); in m68k_elf_cons()
|
D | tc-xtensa.c | 1601 reloc_howto_type *reloc_howto = in xtensa_elf_cons() local 1604 if (reloc == BFD_RELOC_UNUSED || !reloc_howto) in xtensa_elf_cons() 1611 "an instruction"), reloc_howto->name); in xtensa_elf_cons() 1612 else if (nbytes != (int) bfd_get_reloc_size (reloc_howto)) in xtensa_elf_cons() 1614 reloc_howto->name, nbytes); in xtensa_elf_cons() 1618 as_bad (_("invalid use of %s relocation"), reloc_howto->name); in xtensa_elf_cons() 1624 nbytes, &exp, reloc_howto->pc_relative, reloc); in xtensa_elf_cons()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | aout-ns32k.c | 144 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument 166 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
D | aout-arm.c | 95 MY (reloc_howto) (bfd *abfd, in MY() argument 137 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
D | ChangeLog-9495 | 3178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 4430 reloc_howto_type *reloc_howto; in emit_expr_fix() local 4432 reloc_howto = bfd_reloc_type_lookup (stdoutput, r); in emit_expr_fix() 4433 size = bfd_get_reloc_size (reloc_howto); in emit_expr_fix() 4438 reloc_howto->name, nbytes); in emit_expr_fix()
|