Lines Matching refs:reloc_howto
611 reloc_howto_type *reloc_howto in md_convert_frag() local
613 if (!reloc_howto) in md_convert_frag()
617 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
619 reloc_howto->pc_relative, in md_convert_frag()
645 reloc_howto_type *reloc_howto = NULL; in md_convert_frag() local
650 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_DISP16); in md_convert_frag()
651 if (!reloc_howto) in md_convert_frag()
655 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
657 reloc_howto->pc_relative, in md_convert_frag()
684 reloc_howto_type *reloc_howto in md_convert_frag() local
686 if (!reloc_howto) in md_convert_frag()
690 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
692 reloc_howto->pc_relative, in md_convert_frag()
744 reloc_howto_type *reloc_howto = NULL; in md_convert_frag() local
749 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_DISP16); in md_convert_frag()
750 if (!reloc_howto) in md_convert_frag()
754 bfd_get_reloc_size (reloc_howto), in md_convert_frag()
756 reloc_howto->pc_relative, in md_convert_frag()
1014 reloc_howto_type *reloc_howto; in install_insn_fixups() local
1017 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_64); in install_insn_fixups()
1018 if (!reloc_howto) in install_insn_fixups()
1021 size = bfd_get_reloc_size (reloc_howto); in install_insn_fixups()
1024 size, &insn->imm64, reloc_howto->pc_relative, in install_insn_fixups()
1045 reloc_howto_type *reloc_howto; in install_insn_fixups() local
1048 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32); in install_insn_fixups()
1049 if (!reloc_howto) in install_insn_fixups()
1052 size = bfd_get_reloc_size (reloc_howto); in install_insn_fixups()
1055 size, &insn->imm32, reloc_howto->pc_relative, in install_insn_fixups()
1075 reloc_howto_type *reloc_howto; in install_insn_fixups() local
1082 reloc_howto = bfd_reloc_type_lookup (stdoutput, bfd_reloc); in install_insn_fixups()
1083 if (!reloc_howto) in install_insn_fixups()
1086 size = bfd_get_reloc_size (reloc_howto); in install_insn_fixups()
1089 size, &insn->disp32, reloc_howto->pc_relative, in install_insn_fixups()
1109 reloc_howto_type *reloc_howto; in install_insn_fixups() local
1114 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_DISP16); in install_insn_fixups()
1115 if (!reloc_howto) in install_insn_fixups()
1118 size = bfd_get_reloc_size (reloc_howto); in install_insn_fixups()
1121 size, &insn->offset16, reloc_howto->pc_relative, in install_insn_fixups()
1141 reloc_howto_type *reloc_howto; in install_insn_fixups() local
1144 reloc_howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_BPF_DISP16); in install_insn_fixups()
1145 if (!reloc_howto) in install_insn_fixups()
1148 size = bfd_get_reloc_size (reloc_howto); in install_insn_fixups()
1151 size, &insn->disp16, reloc_howto->pc_relative, in install_insn_fixups()