Home
last modified time | relevance | path

Searched refs:reloc_howto (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-bpf.c611 reloc_howto_type *reloc_howto in md_convert_frag() local
613 if (!reloc_howto) in md_convert_frag()
617 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
619 reloc_howto->pc_relative, in md_convert_frag()
645 reloc_howto_type *reloc_howto = NULL; in md_convert_frag() local
650 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_DISP16); in md_convert_frag()
651 if (!reloc_howto) in md_convert_frag()
655 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
657 reloc_howto->pc_relative, in md_convert_frag()
684 reloc_howto_type *reloc_howto in md_convert_frag() local
[all …]
Dtc-s390.c1132 reloc_howto_type *reloc_howto; in s390_elf_cons() local
1200 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) in s390_elf_cons()
1202 size = bfd_get_reloc_size (reloc_howto); in s390_elf_cons()
1207 reloc_howto->name, nbytes); in s390_elf_cons()
1641 reloc_howto_type *reloc_howto; in md_gather_operands() local
1644 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_gather_operands()
1645 if (!reloc_howto) in md_gather_operands()
1648 size = ((reloc_howto->bitsize - 1) / 8) + 1; in md_gather_operands()
1655 size, &fixups[i].exp, reloc_howto->pc_relative, in md_gather_operands()
1865 reloc_howto_type *reloc_howto = in s390_literals() local
[all …]
Dtc-mn10200.c1241 reloc_howto_type *reloc_howto; in md_assemble() local
1245 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble()
1248 if (!reloc_howto) in md_assemble()
1251 reloc_size = bfd_get_reloc_size (reloc_howto); in md_assemble()
1260 reloc_howto->pc_relative, in md_assemble()
1266 if (reloc_howto->pc_relative) in md_assemble()
Dtc-crx.c1883 reloc_howto_type *reloc_howto; in print_insn() local
1886 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn()
1888 if (!reloc_howto) in print_insn()
1891 size = bfd_get_reloc_size (reloc_howto); in print_insn()
1897 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
Dtc-cr16.c2431 reloc_howto_type *reloc_howto; in print_insn() local
2434 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn()
2436 if (!reloc_howto) in print_insn()
2439 size = bfd_get_reloc_size (reloc_howto); in print_insn()
2445 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
Dtc-mn10300.c2076 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()
Dtc-arc.c1458 reloc_howto_type *reloc_howto = in apply_fixups() local
1461 gas_assert (reloc_howto); in apply_fixups()
1466 pcrel = reloc_howto->pc_relative; in apply_fixups()
4059 reloc_howto_type *reloc_howto in assemble_insn()
4062 unsigned reloc_bitsize = reloc_howto->bitsize; in assemble_insn()
4063 if (reloc_howto->rightshift) in assemble_insn()
4064 reloc_bitsize -= reloc_howto->rightshift; in assemble_insn()
4084 reloc_howto_type *reloc_howto = in assemble_insn() local
4087 pcrel = reloc_howto->pc_relative; in assemble_insn()
Dtc-kvx.c783 reloc_howto_type *reloc_howto = in emit_insn() local
785 assert (reloc_howto); in emit_insn()
786 size = bfd_get_reloc_size (reloc_howto); in emit_insn()
787 pcrel = reloc_howto->pc_relative; in emit_insn()
Dtc-v850.c3253 reloc_howto_type *reloc_howto = in md_assemble() local
3259 if (!reloc_howto) in md_assemble()
3262 size = bfd_get_reloc_size (reloc_howto); in md_assemble()
3291 reloc_howto->pc_relative, in md_assemble()
Dtc-alpha.c1780 reloc_howto_type *reloc_howto = in emit_insn() local
1783 gas_assert (reloc_howto); in emit_insn()
1785 size = bfd_get_reloc_size (reloc_howto); in emit_insn()
1800 pcrel = reloc_howto->pc_relative; in emit_insn()
2141 reloc_howto_type *reloc_howto in assemble_insn() local
2145 || reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
Dtc-ppc.c3251 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in fixup_size() local
3252 if (reloc_howto != NULL in fixup_size()
3253 && (size != bfd_get_reloc_size (reloc_howto) in fixup_size()
3254 || pcrel != reloc_howto->pc_relative)) in fixup_size()
3257 reloc_howto->name); in fixup_size()
Dtc-m68k.c7902 reloc_howto_type *reloc_howto; in m68k_elf_cons() local
7905 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in m68k_elf_cons()
7906 size = bfd_get_reloc_size (reloc_howto); in m68k_elf_cons()
7913 reloc_howto->name, nbytes); in m68k_elf_cons()
Dtc-xtensa.c1687 reloc_howto_type *reloc_howto = in xtensa_elf_cons() local
1690 if (reloc == BFD_RELOC_UNUSED || !reloc_howto) in xtensa_elf_cons()
1697 "an instruction"), reloc_howto->name); in xtensa_elf_cons()
1698 else if (nbytes != (int) bfd_get_reloc_size (reloc_howto)) in xtensa_elf_cons()
1702 reloc_howto->name, nbytes); in xtensa_elf_cons()
1706 as_bad (_("invalid use of %s relocation"), reloc_howto->name); in xtensa_elf_cons()
1712 nbytes, &exp, reloc_howto->pc_relative, reloc); in xtensa_elf_cons()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Daout-ns32k.c145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
DChangeLog-94953178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Daout-ns32k.c145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
DChangeLog-94953178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
/netbsd/src/external/gpl3/binutils/dist/gas/
Dread.c4696 reloc_howto_type *reloc_howto; in emit_expr_fix() local
4698 reloc_howto = bfd_reloc_type_lookup (stdoutput, r); in emit_expr_fix()
4699 size = bfd_get_reloc_size (reloc_howto); in emit_expr_fix()
4706 reloc_howto->name, nbytes); in emit_expr_fix()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git165736 * aout-ns32k.c (MY (reloc_howto)): Sanity check howto_table index.