Home | History | Annotate | Download | only in config

Lines Matching full:reloc_howto

1073 	  reloc_howto_type *reloc_howto;
1141 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc)))
1143 size = bfd_get_reloc_size (reloc_howto);
1146 reloc_howto->name, nbytes);
1554 reloc_howto_type *reloc_howto;
1558 reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc);
1559 if (!reloc_howto)
1562 size = ((reloc_howto->bitsize - 1) / 8) + 1;
1569 size, &fixups[i].exp, reloc_howto->pc_relative,
1782 reloc_howto_type *reloc_howto =
1784 int size = bfd_get_reloc_size (reloc_howto);
1789 reloc_howto->name, lpe->nbytes);
1793 size, &lpe->ex, reloc_howto->pc_relative, lpe->reloc);