Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dtc-m68k.c7878 reloc_howto_type *reloc_howto; in m68k_elf_cons() local
7881 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in m68k_elf_cons()
7882 size = bfd_get_reloc_size (reloc_howto); in m68k_elf_cons()
7889 reloc_howto->name, nbytes); in m68k_elf_cons()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1130 reloc_howto_type *reloc_howto; in s390_elf_cons() local
1198 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) in s390_elf_cons()
1200 size = bfd_get_reloc_size (reloc_howto); in s390_elf_cons()
1205 reloc_howto->name, nbytes); in s390_elf_cons()
1636 reloc_howto_type *reloc_howto; in md_gather_operands() local
1639 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_gather_operands()
1640 if (!reloc_howto) in md_gather_operands()
1643 size = ((reloc_howto->bitsize - 1) / 8) + 1; in md_gather_operands()
1650 size, &fixups[i].exp, reloc_howto->pc_relative, in md_gather_operands()
1870 reloc_howto_type *reloc_howto = in s390_literals() local
[all …]
H A Dtc-mn10200.c1240 reloc_howto_type *reloc_howto; in md_assemble() local
1244 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble()
1247 if (!reloc_howto) in md_assemble()
1250 reloc_size = bfd_get_reloc_size (reloc_howto); in md_assemble()
1259 reloc_howto->pc_relative, in md_assemble()
1265 if (reloc_howto->pc_relative) in md_assemble()
H A 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()
H A 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()
H A Dtc-mn10300.c2075 reloc_howto_type *reloc_howto; in md_assemble() local
2078 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble()
2081 if (!reloc_howto) in md_assemble()
2084 reloc_size = bfd_get_reloc_size (reloc_howto); in md_assemble()
2092 reloc_howto->pc_relative, in md_assemble()
H A Dtc-arc.c1447 reloc_howto_type *reloc_howto = in apply_fixups() local
1450 gas_assert (reloc_howto); in apply_fixups()
1455 pcrel = reloc_howto->pc_relative; in apply_fixups()
4038 reloc_howto_type *reloc_howto in assemble_insn()
4041 unsigned reloc_bitsize = reloc_howto->bitsize; in assemble_insn()
4042 if (reloc_howto->rightshift) in assemble_insn()
4043 reloc_bitsize -= reloc_howto->rightshift; in assemble_insn()
4063 reloc_howto_type *reloc_howto = in assemble_insn() local
4066 pcrel = reloc_howto->pc_relative; in assemble_insn()
H A Dtc-v850.c3257 reloc_howto_type *reloc_howto = in md_assemble() local
3263 if (!reloc_howto) in md_assemble()
3266 size = bfd_get_reloc_size (reloc_howto); in md_assemble()
3295 reloc_howto->pc_relative, in md_assemble()
H A Dtc-alpha.c1778 reloc_howto_type *reloc_howto = in emit_insn() local
1781 gas_assert (reloc_howto); in emit_insn()
1783 size = bfd_get_reloc_size (reloc_howto); in emit_insn()
1798 pcrel = reloc_howto->pc_relative; in emit_insn()
2139 reloc_howto_type *reloc_howto in assemble_insn() local
2143 || reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
H A Dtc-ppc.c3209 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in fixup_size() local
3210 if (reloc_howto != NULL in fixup_size()
3211 && (size != bfd_get_reloc_size (reloc_howto) in fixup_size()
3212 || pcrel != reloc_howto->pc_relative)) in fixup_size()
3215 reloc_howto->name); in fixup_size()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Daout-ns32k.c145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daout-ns32k.c145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
/netbsd-src/external/gpl3/binutils/dist/gas/
H A 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.old/dist/gas/
H A Dread.c4658 reloc_howto_type *reloc_howto; in emit_expr_fix() local
4660 reloc_howto = bfd_reloc_type_lookup (stdoutput, r); in emit_expr_fix()
4661 size = bfd_get_reloc_size (reloc_howto); in emit_expr_fix()
4668 reloc_howto->name, nbytes); in emit_expr_fix()

12