Lines Matching refs:reloc_howto
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
1784 int size = bfd_get_reloc_size (reloc_howto); in s390_literals()
1789 reloc_howto->name, lpe->nbytes); in s390_literals()
1793 size, &lpe->ex, reloc_howto->pc_relative, lpe->reloc); in s390_literals()