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