Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-s390.c1057 reloc_howto_type *reloc_howto; local
1125 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc)))
1127 size = bfd_get_reloc_size (reloc_howto);
1130 reloc_howto->name, nbytes);
1504 reloc_howto_type *reloc_howto; local
1508 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc);
1509 if (!reloc_howto)
1512 size = bfd_get_reloc_size (reloc_howto);
1519 size, &fixups[i].exp, reloc_howto->pc_relative,
1737 reloc_howto_type *reloc_howto = local
[all …]
HDtc-cr16.c2330 reloc_howto_type *reloc_howto; in print_insn() local
2333 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype); in print_insn()
2335 if (!reloc_howto) in print_insn()
2338 size = bfd_get_reloc_size (reloc_howto); in print_insn()
2344 size, &insn->exp, reloc_howto->pc_relative, in print_insn()
HDtc-ppc.c1760 reloc_howto_type *reloc_howto; in ppc_elf_cons() local
1763 reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc); in ppc_elf_cons()
1764 size = bfd_get_reloc_size (reloc_howto); in ppc_elf_cons()
1769 reloc_howto->name, nbytes); in ppc_elf_cons()
2721 reloc_howto_type *reloc_howto; in md_assemble() local
2726 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble()
2727 if (!reloc_howto) in md_assemble()
2730 size = bfd_get_reloc_size (reloc_howto); in md_assemble()
2740 reloc_howto->pc_relative, in md_assemble()
HDtc-alpha.c1634 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()
/trueos/contrib/binutils/bfd/
HDaout-arm.c96 MY (reloc_howto) (bfd *abfd, in MY() argument
138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
HDChangeLog-94953178 (MY(reloc_howto), MY(put_reloc), MY(relocatable_reloc)): New functions.