Lines Matching refs:howto
45 && (! reloc_entry->howto->partial_inplace in i860_howto_pc26_reloc()
83 relocation >>= reloc_entry->howto->rightshift; in i860_howto_pc26_reloc()
84 insn = (insn & ~reloc_entry->howto->dst_mask) in i860_howto_pc26_reloc()
85 | (relocation & reloc_entry->howto->dst_mask); in i860_howto_pc26_reloc()
108 && (! reloc_entry->howto->partial_inplace in i860_howto_pc16_reloc()
146 relocation >>= reloc_entry->howto->rightshift; in i860_howto_pc16_reloc()
148 & reloc_entry->howto->dst_mask; in i860_howto_pc16_reloc()
149 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation; in i860_howto_pc16_reloc()
172 && (! reloc_entry->howto->partial_inplace in i860_howto_highadj_reloc()
225 && (! reloc_entry->howto->partial_inplace in i860_howto_splitn_reloc()
253 & reloc_entry->howto->dst_mask; in i860_howto_splitn_reloc()
254 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation; in i860_howto_splitn_reloc()
912 bfd_reloc->howto in elf32_i860_info_to_howto_rela()
925 reloc_howto_type *howto; in elf32_i860_relocate_splitn() local
926 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_splitn()
933 value = (((value & 0xf800) << 5) | (value & 0x7ff)) & howto->dst_mask; in elf32_i860_relocate_splitn()
934 insn = (insn & ~howto->dst_mask) | value; in elf32_i860_relocate_splitn()
951 reloc_howto_type *howto; in elf32_i860_relocate_pc16() local
952 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc16()
964 value = (value - 4) >> howto->rightshift; in elf32_i860_relocate_pc16()
965 value = (((value & 0xf800) << 5) | (value & 0x7ff)) & howto->dst_mask; in elf32_i860_relocate_pc16()
966 insn = (insn & ~howto->dst_mask) | value; in elf32_i860_relocate_pc16()
983 reloc_howto_type *howto; in elf32_i860_relocate_pc26() local
984 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc26()
996 value = ((value - 4) >> howto->rightshift) & howto->dst_mask; in elf32_i860_relocate_pc26()
997 insn = (insn & ~howto->dst_mask) | value; in elf32_i860_relocate_pc26()
1028 i860_final_link_relocate (reloc_howto_type *howto, in i860_final_link_relocate() argument
1035 return _bfd_final_link_relocate (howto, input_bfd, input_section, in i860_final_link_relocate()
1092 reloc_howto_type * howto; in elf32_i860_relocate_section() local
1105 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rel->r_info)); in elf32_i860_relocate_section()
1132 rel, 1, relend, howto, 0, contents); in elf32_i860_relocate_section()
1140 r = i860_final_link_relocate (howto, input_bfd, input_section, in elf32_i860_relocate_section()
1200 (info, (h ? &h->root : NULL), name, howto->name, in elf32_i860_relocate_section()