/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-s390.c | 1056 reloc_howto_type *reloc_howto; local 1124 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) 1126 size = bfd_get_reloc_size (reloc_howto); 1129 reloc_howto->name, nbytes); 1503 reloc_howto_type *reloc_howto; local 1507 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); 1508 if (!reloc_howto) 1511 size = bfd_get_reloc_size (reloc_howto); 1518 size, &fixups[i].exp, reloc_howto->pc_relative, 1736 reloc_howto_type *reloc_howto = local [all …]
|
H A D | tc-mn10200.c | 1280 reloc_howto_type *reloc_howto; in md_assemble() local 1285 reloc_howto = bfd_reloc_type_lookup (stdoutput, in md_assemble() 1288 if (!reloc_howto) in md_assemble() 1291 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 1300 reloc_howto->pc_relative, in md_assemble() 1306 if (reloc_howto->pc_relative) in md_assemble()
|
H A D | tc-i370.c | 681 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in i370_elf_cons() local 682 int size = bfd_get_reloc_size (reloc_howto); in i370_elf_cons() 685 as_bad ("%s relocations do not fit in %d bytes\n", reloc_howto->name, nbytes); in i370_elf_cons() 2243 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble() local 2247 if (!reloc_howto) in md_assemble() 2250 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 2257 &fixups[i].exp, reloc_howto->pc_relative, in md_assemble()
|
H A D | tc-crx.c | 1977 reloc_howto_type *reloc_howto; in print_insn() local 1980 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn() 1982 if (!reloc_howto) in print_insn() 1985 size = bfd_get_reloc_size (reloc_howto); in print_insn() 1991 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
|
H A D | tc-v850.c | 2132 reloc_howto_type *reloc_howto = in md_assemble() local 2138 if (!reloc_howto) in md_assemble() 2141 size = bfd_get_reloc_size (reloc_howto); in md_assemble() 2155 reloc_howto->pc_relative, in md_assemble()
|
H A D | tc-mn10300.c | 2212 reloc_howto_type *reloc_howto; local 2217 reloc_howto = bfd_reloc_type_lookup (stdoutput, 2220 if (!reloc_howto) 2223 size = bfd_get_reloc_size (reloc_howto); 2231 reloc_howto->pc_relative,
|
H A D | tc-ppc.c | 1699 reloc_howto_type *reloc_howto; local 1702 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); 1703 size = bfd_get_reloc_size (reloc_howto); 1708 reloc_howto->name, nbytes); 2667 reloc_howto_type *reloc_howto; local 2672 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); 2673 if (!reloc_howto) 2676 size = bfd_get_reloc_size (reloc_howto); 2686 reloc_howto->pc_relative,
|
H A D | tc-alpha.c | 1634 reloc_howto_type *reloc_howto in emit_insn() local 1636 assert (reloc_howto); in emit_insn() 1638 size = bfd_get_reloc_size (reloc_howto); in emit_insn() 1641 pcrel = reloc_howto->pc_relative; in emit_insn() 1969 reloc_howto_type *reloc_howto in assemble_insn() local 1971 if (reloc_howto->bitsize != reloc_operand->bits) in assemble_insn()
|
H A D | tc-xtensa.c | 1584 reloc_howto_type *reloc_howto = in xtensa_elf_cons() local 1587 if (reloc == BFD_RELOC_UNUSED || !reloc_howto) in xtensa_elf_cons() 1594 "an instruction"), reloc_howto->name); in xtensa_elf_cons() 1595 else if (nbytes != (int) bfd_get_reloc_size (reloc_howto)) in xtensa_elf_cons() 1597 reloc_howto->name, nbytes); in xtensa_elf_cons()
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-s390.c | 1059 reloc_howto_type *reloc_howto; local 1127 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc))) 1129 size = bfd_get_reloc_size (reloc_howto); 1132 reloc_howto->name, nbytes); 1473 reloc_howto_type *reloc_howto; local 1477 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); 1478 if (!reloc_howto) 1481 size = bfd_get_reloc_size (reloc_howto); 1488 size, &fixups[i].exp, reloc_howto->pc_relative, 1709 reloc_howto_type *reloc_howto = local [all …]
|
H A D | tc-mn10200.c | 1133 reloc_howto_type *reloc_howto; local 1138 reloc_howto = bfd_reloc_type_lookup (stdoutput, 1141 if (!reloc_howto) 1144 size = bfd_get_reloc_size (reloc_howto); 1153 reloc_howto->pc_relative, 1159 if (reloc_howto->pc_relative)
|
H A D | tc-i370.c | 774 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); local 775 int size = bfd_get_reloc_size (reloc_howto); 778 as_bad ("%s relocations do not fit in %d bytes\n", reloc_howto->name, nbytes); 2335 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); local 2339 if (!reloc_howto) 2342 size = bfd_get_reloc_size (reloc_howto); 2349 &fixups[i].exp, reloc_howto->pc_relative,
|
H A D | tc-mn10300.c | 2194 reloc_howto_type *reloc_howto; local 2199 reloc_howto = bfd_reloc_type_lookup (stdoutput, 2202 if (!reloc_howto) 2205 size = bfd_get_reloc_size (reloc_howto); 2213 reloc_howto->pc_relative,
|
H A D | tc-v850.c | 2193 reloc_howto_type *reloc_howto = local 2199 if (!reloc_howto) 2202 size = bfd_get_reloc_size (reloc_howto); 2216 reloc_howto->pc_relative,
|
H A D | tc-ppc.c | 1690 reloc_howto_type *reloc_howto; local 1693 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); 1694 size = bfd_get_reloc_size (reloc_howto); 1699 reloc_howto->name, nbytes); 2647 reloc_howto_type *reloc_howto; local 2652 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); 2653 if (!reloc_howto) 2656 size = bfd_get_reloc_size (reloc_howto); 2666 reloc_howto->pc_relative,
|
H A D | tc-alpha.c | 2533 reloc_howto_type *reloc_howto local 2535 if (reloc_howto->bitsize != reloc_operand->bits) 2602 reloc_howto_type *reloc_howto local 2604 assert (reloc_howto); 2606 size = bfd_get_reloc_size (reloc_howto); 2609 pcrel = reloc_howto->pc_relative;
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aout-ns32k.c | 61 MY(reloc_howto) PARAMS ((bfd *, struct reloc_std_external *, 163 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel) 187 MY(reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
H A D | aout-arm.c | 68 reloc_howto_type * MY(reloc_howto) 111 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel) 154 MY(reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
H A D | ChangeLog-9495 | 3178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aout-ns32k.c | 142 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument 164 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
H A D | aout-arm.c | 95 MY (reloc_howto) (bfd *abfd, in MY() argument 137 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
|
H A D | ChangeLog-9495 | 3178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.
|