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